| Nome del simbolo | Hangul Syllable Diss |
| Versione Unicode | 2.0 |
| Unicode | U+B52E |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \B52E |
| Codice esadecimale | 0xB52E |
| Codice HTML | 딮 |
| LaTeX | \hangul{B52E} |
| Simbolo | 딮 |
| Codifica URL (percentuale UTF-8) | %EB%94%AE |
| Nome parlato / screen reader | Hangul Syllable Diss |
| UTF-8 | EB 94 AE |
| UTF-16 | B52E |
| UTF-32 | 0000B52E |
1\documentclass{article}2\usepackage{pifont}3\hangul{B52E}4\end{document}Puoi digitare il simbolo hangul syllable diss sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 46382 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable diss", or use Unicode Hex Input with B52E.
Ctrl + Shift + U, type b52e, 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.korean-syllable-diss::before { content: "\B52E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>딮</span>La rappresentazione del simbolo Hangul Syllable Diss nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uB52E' or String.fromCodePoint(46382) |
| Python | '\N{HANGUL SYLLABLE DISS}' or chr(46382) |
| Rust | '\u{B52E}' |
| C / C++ | UTF-8 source or wchar_t with U+B52E |
| Go | string(rune(0xB52E)) |
| Ruby | "\u{B52E}" |