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 LOW LINE
Overview
_ (FULLWIDTH LOW LINE) is the Unicode character at code point U+FF3F. It belongs to the Halfwidth and Fullwidth Forms block, in the Connector Punctuation (Pc) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF3F | |
| decimal | 65343 | |
| htmldecimal | _ | |
| htmlhex | _ | |
| css | \FF3F | |
| javascript | \u{FF3F} | |
| python | \uff3f | |
| java | \uFF3F | |
| go | \uFF3F | |
| ruby | \u{FF3F} | |
| rust | \u{FF3F} | |
| ccpp | \uff3f | |
| urlencoded | %EF%BC%BF | |
| utf8bytes | ef bc bf | |
| utf16bebytes | ff 3f | |
| utf32bebytes | 00 00 ff 3f |
How to Use
HTML:
_
CSS:
content: "\FF3F"
JavaScript:
"\u{FF3F}"
Python:
"\uff3f"
Properties
- Script
- Zyyy
- Category
- Connector Punctuation (Pc)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 005F
Frequently Asked Questions
What is the _ character (FULLWIDTH LOW LINE)?
_ (FULLWIDTH LOW LINE) is the Unicode character U+FF3F.
What is the Unicode codepoint of FULLWIDTH LOW LINE?
The FULLWIDTH LOW LINE character (_) has codepoint U+FF3F.
How do I type or copy FULLWIDTH LOW LINE?
Copy _ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.