Not sure if this helps as I don’t fully understand your question, but you could create a custom css stylesheet for a span object and add the span html tags in your note like this:
Normal text goes to <span>special text</span>
And in your stylesheet you could do something like
span {
color: orange;
}