copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('⚫'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
⚫
MEDIUM BLACK CIRCLE
Overview
⚫ (MEDIUM BLACK CIRCLE) is the Unicode character at code point U+26AB. It belongs to the Miscellaneous Symbols block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+26AB | |
| decimal | 9899 | |
| htmldecimal | ⚫ | |
| htmlhex | ⚫ | |
| css | \26AB | |
| javascript | \u{26AB} | |
| python | \u26ab | |
| java | \u26AB | |
| go | \u26AB | |
| ruby | \u{26AB} | |
| rust | \u{26AB} | |
| ccpp | \u26ab | |
| urlencoded | %E2%9A%AB | |
| utf8bytes | e2 9a ab | |
| utf16bebytes | 26 ab | |
| utf32bebytes | 00 00 26 ab |
How to Use
HTML:
⚫
CSS:
content: "\26AB"
JavaScript:
"\u{26AB}"
Python:
"\u26ab"
Properties
- Block
- Miscellaneous Symbols
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⚫ character (MEDIUM BLACK CIRCLE)?
⚫ (MEDIUM BLACK CIRCLE) is the Unicode character U+26AB.
What is the Unicode codepoint of MEDIUM BLACK CIRCLE?
The MEDIUM BLACK CIRCLE character (⚫) has codepoint U+26AB.
How do I type or copy MEDIUM BLACK CIRCLE?
Copy ⚫ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.