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