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' : ''">
❾
Overview
❾ (DINGBAT NEGATIVE CIRCLED DIGIT NINE) is the Unicode character at code point U+277E. It belongs to the Dingbats block, in the Other Number (No) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+277E | |
| decimal | 10110 | |
| htmldecimal | ❾ | |
| htmlhex | ❾ | |
| css | \277E | |
| javascript | \u{277E} | |
| python | \u277e | |
| java | \u277E | |
| go | \u277E | |
| ruby | \u{277E} | |
| rust | \u{277E} | |
| ccpp | \u277e | |
| urlencoded | %E2%9D%BE | |
| utf8bytes | e2 9d be | |
| utf16bebytes | 27 7e | |
| utf32bebytes | 00 00 27 7e |
How to Use
HTML:
❾
CSS:
content: "\277E"
JavaScript:
"\u{277E}"
Python:
"\u277e"
Properties
Frequently Asked Questions
What is the ❾ character (DINGBAT NEGATIVE CIRCLED DIGIT NINE)?
❾ (DINGBAT NEGATIVE CIRCLED DIGIT NINE) is the Unicode character U+277E.
What is the Unicode codepoint of DINGBAT NEGATIVE CIRCLED DIGIT NINE?
The DINGBAT NEGATIVE CIRCLED DIGIT NINE character (❾) has codepoint U+277E.
How do I type or copy DINGBAT NEGATIVE CIRCLED DIGIT NINE?
Copy ❾ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.