点的html代码

fre*_*hie 179 html html-entities

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

Item 1 . Item 2 . Item 3
Run Code Online (Sandbox Code Playgroud)

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

Roc*_*uts 286

实际上有六种变体:

    char   description          unicode   html       html entity    utf-8

    ·      Middle Dot           U+00B7    ·     ·       C2 B7
    •      Bullet               U+2022    •    •         E2 80 A2
    ‧      Hyphenation Point    U+2027    ₁                   E2 80 A7
    ∙      Bullet Operator      U+2219    ∙                   E2 88 99
    ●      Black Circle         U+25CF    ●                   E2 97 8F
    ⬤     Black Large Circle   U+2B24    ⬤                  E2 AC A4

根据您的查看应用程序或字体,Bullet运算符可能看起来与Middle Dot或Bullet非常相似.

  • 有趣的故事:˙ 不是其中之一。 (5认同)
  • @Satya,它们只是文本。掉色。 (3认同)
  • 附带说明一下,标准的`list-style: disc`(和用于密码字段的`text-security: disc`)似乎是Bullet `•` `•`。 (2认同)

Not*_*tMe 273

它被称为中间点:

HTML实体:

  • ·
  • ·
  • ·

在CSS中:

  • \00B7


小智 133

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

•
Run Code Online (Sandbox Code Playgroud)

  • @Xonatron中间点更小. (8认同)

spl*_*tne 23

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

·
Run Code Online (Sandbox Code Playgroud)

首页·图片·关于


您还可以将项目符号字符用作HTML实体

•
Run Code Online (Sandbox Code Playgroud)

主页•照片•关于


小智 5

试试 HTML 代码: •

将显示为: •