RTF 商标字符 (™)

发布于 2024-08-18 17:39:24 字数 154 浏览 3 评论 0原文

我正在尝试在 RTF 文档中表示商标字符。在 HTML 中,我可以使用实体 ,它生成字符 ™。

这在 RTF 中不起作用。我也尝试过 &#U153; 但这也不起作用。

关于如何做到这一点有什么想法吗?

I am trying to represent the trademark character in an RTF document. In HTML, I can use the entity , which generates the character ™.

This does not work in RTF. I have also tried &#U153; but that does not work either.

Any ideas on how to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

信愁 2024-08-25 17:39:24

我进入 Mac 上的 TextEdit,写下了以下内容:

xx:™:xx

并在 RTF 中找到了它,

xx:\'99:xx

这回答了您的问题吗?

I went into TextEdit on a Mac, wrote this:

xx:™:xx

and found it in the RTF as

xx:\'99:xx

Does that answer your question?

倾城花音 2024-08-25 17:39:24

这取决于

  • 所使用的字体
  • 平台

如果平台是Windows,在“附件”、“系统”中隐藏着一个名为“字符映射表”的程序,点击它启动它,找到商标符号,复制并复制将其粘贴到 RTF 中时,您需要记下 unicode 序列,这是通过按住 ALT 键并输入数字代码来实现的。

希望这有帮助,
此致,
汤姆.

That is dependant on

  • Font used
  • Platform

If the platform is Windows, there is a program called 'Character Map' hidden away in the 'Accessories', 'System', click on it to start it up and look for the trademark symbol, copy and paste it into RTF, you would want to make a note of the unicode sequence which is achieved by holding down the ALT key and entering the numeric code to do this.

Hope this helps,
Best regards,
Tom.

孤独患者 2024-08-25 17:39:24
  • {\'ae} 为注册符号
  • {\'99} 为商标符号
  • {\'ae} for the Registered symbol
  • {\'99} for the Trademark symbol
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文