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
➛ (DRAFTING POINT RIGHTWARDS ARROW) is the Unicode character at code point U+279B. It belongs to the Dingbats block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+279B | |
| decimal | 10139 | |
| htmldecimal | ➛ | |
| htmlhex | ➛ | |
| css | \279B | |
| javascript | \u{279B} | |
| python | \u279b | |
| java | \u279B | |
| go | \u279B | |
| ruby | \u{279B} | |
| rust | \u{279B} | |
| ccpp | \u279b | |
| urlencoded | %E2%9E%9B | |
| utf8bytes | e2 9e 9b | |
| utf16bebytes | 27 9b | |
| utf32bebytes | 00 00 27 9b |
How to Use
HTML:
➛
CSS:
content: "\279B"
JavaScript:
"\u{279B}"
Python:
"\u279b"
Properties
Frequently Asked Questions
What is the ➛ character (DRAFTING POINT RIGHTWARDS ARROW)?
➛ (DRAFTING POINT RIGHTWARDS ARROW) is the Unicode character U+279B.
What is the Unicode codepoint of DRAFTING POINT RIGHTWARDS ARROW?
The DRAFTING POINT RIGHTWARDS ARROW character (➛) has codepoint U+279B.
How do I type or copy DRAFTING POINT RIGHTWARDS ARROW?
Copy ➛ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.