相关疑难解决方法(0)

如何通过 HTML 查看 Windows 10 上的国家标志?

是否有解决方法可以通过 HTML 在 Windows 10 上显示国旗表情符号?

<!DOCTYPE html>
  <html>
    <style>
      body {
        font-size: 40px;
      }
    </style>
    <body>
      <p>9983 will display &#9983;</p>
      <p>How to display American or Japanese flags?</p>
      <p> is just letters on Windows 10 &#128531;</p>
    </body>
  </html>
Run Code Online (Sandbox Code Playgroud)

我在https://mdbootstrap.com/docs/jquery/content/flag/上找到了这个

我在https://www.w3schools.com/charsets/ref_emoji.asp上没有看到旗帜表情符号

我可以在https://www.emojicopy.com/上查看它们,但无法使用。

我在https://github.com/pixelastic/css-flags/blob/master/app/styles/_flags/usa.scss上找到了一个 CSS 标志

我仍在学习使用 stackOverflow,并且我是编码新手。这是我第四次尝试回答这个问题。

html windows country flags emoji

11
推荐指数
3
解决办法
2万
查看次数

标签 统计

country ×1

emoji ×1

flags ×1

html ×1

windows ×1