Here's a bit of a hack, incorporating a style tag into the Interface's description. Interface1 is the standard for comparison. Interface2 method means you have to repeat the formatting whenever you reference it! Interface3 method gives the interface an alias that you use instead.
@startuml
interface interface1 <<interface>>
interface "<plain>interface2</plain>" <<interface>>
interface "<plain>interface3</plain>" as interface3 <<interface>>
interface1 --> "<plain>interface2</plain>"
"<plain>interface2</plain>" --> interface3
@enduml
@Th - I don't think <plain> (added here) is documented anywhere? I found it by accident. Maybe it should be in the Legacy HTML section of Creole? Although I'm not sure it is standard HTML...but I can't think where else to put it that I might have found it.