| Nombre del símbolo | Hangul Syllable Diss |
| Versión Unicode | 2.0 |
| Unicode | U+B52E |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \B52E |
| Código hexadecimal | 0xB52E |
| Código HTML | 딮 |
| LaTeX | \hangul{B52E} |
| Símbolo | 딮 |
| Codificación URL (porcentaje UTF-8) | %EB%94%AE |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable diss en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Diss en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |