| Nombre del símbolo | Hangul Syllable Dis |
| Versión Unicode | 2.0 |
| Unicode | U+B52D |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \B52D |
| Código hexadecimal | 0xB52D |
| Código HTML | 딭 |
| LaTeX | \hangul{B52D} |
| Símbolo | 딭 |
| Codificación URL (porcentaje UTF-8) | %EB%94%AD |
| Nombre oral / lector de pantalla | Hangul Syllable Dis |
| UTF-8 | EB 94 AD |
| UTF-16 | B52D |
| UTF-32 | 0000B52D |
1\documentclass{article}2\usepackage{pifont}3\hangul{B52D}4\end{document}Puedes escribir el símbolo hangul syllable dis en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 46381 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable dis", or use Unicode Hex Input with B52D.
Ctrl + Shift + U, type b52d, 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-dis::before { content: "\B52D"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>딭</span>La representación del símbolo Hangul Syllable Dis en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uB52D' or String.fromCodePoint(46381) |
| Python | '\N{HANGUL SYLLABLE DIS}' or chr(46381) |
| Rust | '\u{B52D}' |
| C / C++ | UTF-8 source or wchar_t with U+B52D |
| Go | string(rune(0xB52D)) |
| Ruby | "\u{B52D}" |