gpt4 book ai didi

html - iPhone 上 Unicode 复选标记 2714 的颜色没有改变

转载 作者:太空狗 更新时间:2023-10-29 15:36:56 25 4
gpt4 key购买 nike

在下面的代码中,Unicode 复选标记 2713 的颜色在各种环境中按预期变为绿色,但 Unicode 复选标记 2714 的颜色在 Safari 或 Chrome for iOS 中没有变为绿色。

这里是否需要一些特殊处理,或者这只是一个错误?

<!DOCTYPE html>
<html>
<head>
<style>
p {
color:green;
font-size: 400%;
}
</style>
</head>
<body>

<p>Unicode 2713: &#x2713</p>
<p>Unicode 2714: &#x2714</p>

</body>
</html>

最佳答案

根据 https://en.wikipedia.org/wiki/Dingbat , U+2714 是表情符号,而 U+2713 不是。由于 iPhone 将表情符号呈现为图像,因此无法更改颜色。

关于html - iPhone 上 Unicode 复选标记 2714 的颜色没有改变,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42374048/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com