| Nome del simbolo | Hangul Jongseong Tikeut-chieuch |
| Versione Unicode | 5.2 |
| Unicode | U+D7D3 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | ED 9F 93 |
| UTF-16 | D7D3 |
| UTF-32 | 0000D7D3 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D7D3}4\end{document}Puoi digitare il simbolo hangul jongseong tikeut-chieuch sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 55251 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jongseong tikeut-chieuch", or use Unicode Hex Input with D7D3.
Ctrl + Shift + U, type d7d3, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.hangul-jongseong-tikeut-chieuch::before { content: "\D7D3"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ퟓ</span>La rappresentazione del simbolo Hangul Jongseong Tikeut-chieuch nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD7D3' or String.fromCodePoint(55251) |
| Python | '\N{HANGUL JONGSEONG TIKEUT-CHIEUCH}' or chr(55251) |
| Rust | '\u{D7D3}' |
| C / C++ | UTF-8 source or wchar_t with U+D7D3 |
| Go | string(rune(0xD7D3)) |
| Ruby | "\u{D7D3}" |
| Codice CSS |
\D7D3 |
| Codice esadecimale | 0xD7D3 |
| Codice HTML | ퟓ |
| LaTeX | \hangul{D7D3} |
| Simbolo | ퟓ |
| Codifica URL (percentuale UTF-8) | %ED%9F%93 |
| Nome parlato / screen reader | Hangul Jongseong Tikeut-chieuch |