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' : ''">
#
FULLWIDTH NUMBER SIGN
Overview
# (FULLWIDTH NUMBER SIGN) is the Unicode character at code point U+FF03. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF03 | |
| decimal | 65283 | |
| htmldecimal | # | |
| htmlhex | # | |
| css | \FF03 | |
| javascript | \u{FF03} | |
| python | \uff03 | |
| java | \uFF03 | |
| go | \uFF03 | |
| ruby | \u{FF03} | |
| rust | \u{FF03} | |
| ccpp | \uff03 | |
| urlencoded | %EF%BC%83 | |
| utf8bytes | ef bc 83 | |
| utf16bebytes | ff 03 | |
| utf32bebytes | 00 00 ff 03 |
How to Use
HTML:
#
CSS:
content: "\FF03"
JavaScript:
"\u{FF03}"
Python:
"\uff03"
Properties
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ET
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0023
Frequently Asked Questions
What is the # character (FULLWIDTH NUMBER SIGN)?
# (FULLWIDTH NUMBER SIGN) is the Unicode character U+FF03.
What is the Unicode codepoint of FULLWIDTH NUMBER SIGN?
The FULLWIDTH NUMBER SIGN character (#) has codepoint U+FF03.
How do I type or copy FULLWIDTH NUMBER SIGN?
Copy # directly, or use the HTML entity, UTF-8, and code encodings shown on this page.