I'm trying to find the Unicode symbol to make a button display the Unicode pause symbol. I was able to find that the Unicode play symbol is ►
but I'm looking for the equivalent of the Unicode pause symbol.
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
-
Why does the box-shadow property not apply to a
If you want one that's a single character to match the right-facing triangle for "play," try Roman numeral 2. Ⅱ is
Ⅱ
in HTML. If you can put formatting tags around it, it looks really good in bold. Ⅱ is<b>Ⅱ</b>
in HTML. This has much better support than the previously mentioned double vertical bar.I found it, it’s in the Miscellaneous Technical block. ⏸ (U+23F8)
Following may come in handy:
⏩
⏪
⓫
⏬
⏭
⏮
⏯
⏴
⏵
⏶
⏷
⏸
⏹
⏺
NOTE: apparently, these characters aren't very well supported in popular fonts, so if you plan to use it on the web, be sure to pick a webfont that supports these.
Modern browsers support 'DOUBLE VERTICAL BAR' (U+23F8), too:
http://www.fileformat.info/info/unicode/char/23f8/index.htm
For a music player it can act as a companion for 'BLACK RIGHT-POINTING POINTER' (U+25BA) because they both share equal width and height making it perfect for a play/pause button:
http://www.fileformat.info/info/unicode/char/25ba/index.htm
The ISO 7000 / IEC 60417 Symbol for Pause; Interruption is #5111B. See Media_Controls
I'm using ▐ ▌
HTML:
▐ ▌
CSS:
\2590\A0\258C