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