中间点的 HTML 实体

发布于 2024-12-02 10:53:49 字数 136 浏览 1 评论 0原文

我正在寻找该点的 html 代码。不是句子末尾的点,而是用于水平分隔项目的点。

Item 1 . Item 2 . Item 3

传统的点位于线条底部的中心,而我正在寻找的点位于中间的中心。

I'm looking for the html code for the dot. Not the dot that's at the end of sentences but the dot that's used to separate items horizontally.

Item 1 . Item 2 . Item 3

The traditional dot is centered on the bottom of the line while the dot I'm looking for is centered on the middle.

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

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

发布评论

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

评论(7

山田美奈子 2024-12-09 10:53:49

实际上有七个变体:

char描述unicodehtmlhtml 实体utf-8
·Middle DotU+00B7··C2 B7
·希腊语 Ano TeleiaU+0387·CE 87
子弹U+2022•;&公牛;E2 80 A2
连字符点U+2027E2 80 A7
子弹头操作员U+2219E2 88 99
黑圈U+25CFE2 97 8F
黑色大圆U+2B24E2 AC A4

根据您的查看应用程序或字体,“项目符号”字符可能看起来与中点或项目符号非常相似。

There are actually seven variants of this:

chardescriptionunicodehtmlhtml entityutf-8
·Middle DotU+00B7··C2 B7
·Greek Ano TeleiaU+0387·CE 87
BulletU+2022E2 80 A2
Hyphenation PointU+2027E2 80 A7
Bullet OperatorU+2219E2 88 99
Black CircleU+25CFE2 97 8F
Black Large CircleU+2B24E2 AC A4

Depending on your viewing application or font, the "bullet" char may seem very similar to either the Middle Dot or the Bullet.

暖风昔人 2024-12-09 10:53:49

它称为 中间点: ·

HTML 实体:

  • ·
  • ·
  • ·

在 CSS 中:

  • \00B7

It's called a middle dot: ·

HTML entities:

  • ·
  • ·
  • ·

In CSS:

  • \00B7
空心空情空意 2024-12-09 10:53:49

你的意思是要点吗? •••

Do you mean bulletpoints? • • •

绝影如岚 2024-12-09 10:53:49

这是一个子弹: •

That's a bullet: •

逆流 2024-12-09 10:53:49

语义上正确的字符是 Interpunct,也称为中间点,作为 HTML 实体

·

示例

首页·照片·关于


您还可以使用项目符号字符,作为 HTML 实体

示例

首页•照片•关于

The semantically correct character is the Interpunct, also known as middle dot, as HTML entity

·

Example

Home · Photos · About


You could also use the bullet point character, as HTML entity

Example

Home • Photos • About

萤火眠眠 2024-12-09 10:53:49

尝试 HTML 代码:

它将显示为: •

Try the HTML code:

Which will appear as: •

城歌 2024-12-09 10:53:49

这可以使用 · 轻松完成。您可以根据包裹点的标签对点进行颜色或大小。例如,尝试运行这个

<h2> I · love · Coding </h2>

This can be done easily using ·. You can color or size the dot according to the tags you wrap it with. For example, try and run this

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