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