| Symboolnaam | Hangul Syllable Dib |
| Unicode-versie | 2.0 |
| Unicode | U+B52A |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \B52A |
| Hexadecimale code | 0xB52A |
| HTML-code | 딪 |
| LaTeX | \hangul{B52A} |
| Symbool | 딪 |
| URL-codering (UTF-8 procent) | %EB%94%AA |
| Uitgesproken naam / schermlezer | Hangul Syllable Dib |
| UTF-8 | EB 94 AA |
| UTF-16 | B52A |
| UTF-32 | 0000B52A |
1\documentclass{article}2\usepackage{pifont}3\hangul{B52A}4\end{document}Je kunt het hangul syllable dib-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 46378 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable dib", or use Unicode Hex Input with B52A.
Ctrl + Shift + U, type b52a, 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-dib::before { content: "\B52A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>딪</span>De weergave van het Hangul Syllable Dib-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uB52A' or String.fromCodePoint(46378) |
| Python | '\N{HANGUL SYLLABLE DIB}' or chr(46378) |
| Rust | '\u{B52A}' |
| C / C++ | UTF-8 source or wchar_t with U+B52A |
| Go | string(rune(0xB52A)) |
| Ruby | "\u{B52A}" |