If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF5E, officially named FULLWIDTH TILDE, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as FULLWIDTH SPACING TILDE.
Categorized technically as a Math Symbol, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has fullwidth in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
65374
Copied!
|
|---|---|
| UTF-8 |
EF BD 9E
Copied!
|
| UTF-16 |
FF 5E
Copied!
|
| UTF-32 |
00 00 FF 5E
Copied!
|
| URL-Quoted |
%EF%BD%9E
Copied!
|
| HTML hex reference |
~
Copied!
|
| RFC 5137 |
\u'FF5E'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF5E
Copied!
|
| C and C++ |
\uff5e
Copied!
|
| C# |
\uff5e
Copied!
|
| CSS |
\00FF5E
Copied!
|
| Excel |
=UNICHAR(65374)
Copied!
|
| Go |
\uff5e
Copied!
|
| JavaScript |
\uFF5E
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff5e}
Copied!
|
| JSON |
\uFF5E
Copied!
|
| Java |
\uFF5E
Copied!
|
| Lua |
\u{FF5E}
Copied!
|
| Matlab |
char(65374)
Copied!
|
| Perl |
\x{FF5E}
Copied!
|
| PHP |
\u{ff5e}
Copied!
|
| PostgreSQL |
U&'\FF5E'
Copied!
|
| PowerShell |
`u{FF5E}
Copied!
|
| Python |
\uff5e
Copied!
|
| Ruby |
\u{ff5e}
Copied!
|
| Rust |
\u{ff5e}
Copied!
|