阻止 xml 实体生成正方形

发布于 2024-12-26 21:59:09 字数 344 浏览 3 评论 0原文

我的 xml 文件中有以下内容,它给了我一个正方形 ⃠

<?xml version="1.0" encoding="utf-8"?>
...
<Button android:text="&#8416" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
...

该字符是“无符号”/禁止符号,但它显示像一个正方形...其他符号显示得很好,如欧元 €。

问题是我如何让符号显示出来,如果我不能,我怎么知道哪些符号可以工作,哪些不能工作......是否有一个主列表

i have the following in my xml file and it gives me a square ⃠

<?xml version="1.0" encoding="utf-8"?>
...
<Button android:text="⃠" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
...

the character is the "no symbol"/prohibited symbol but it shows up like a square...other symbols show up fine like euro €.

question is how do i get the symbol to show up and if i cant, how can i know what symbols will and wont work....is there a master list somewhere

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

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

发布评论

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

评论(2

幸福不弃 2025-01-02 21:59:09

好吧,由于各种原因它不会显示,还有其他关于此的帖子

为什么不在图像中使用左可绘制:

android:drawableLeft="@drawable/myicon" 

相同的结果,您不必担心字符编码和字体。

Ok so due to various reasons it won't show up and there are other posts on this.

Why not use a left drawable in the image by:

android:drawableLeft="@drawable/myicon" 

Same result and you don't have to worry about character encoding and fonts.

少女情怀诗 2025-01-02 21:59:09

有时这取决于您使用的字体。我有一个链接可以查找。一旦找到我就会回到这里。

更新:
给你 - http://www.fileformat.info/info/unicode/font /index.htm

Sometimes it depends on the Font you are using. I had a link to look that up. I'll get back here as soon as I find it.

Update:
Here you go - http://www.fileformat.info/info/unicode/font/index.htm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文