| Symbol Name | Hangul Syllable Gye |
| Unicode Version | 2.0 |
| Unicode | U+ACC4 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \ACC4 |
| Hex Code | 0xACC4 |
| HTML Code | 계 |
| LaTeX | \hangul{ACC4} |
| Symbol | 계 |
| URL encode (UTF-8 percent) | %EA%B3%84 |
| Spoken / screen reader name | Hangul Syllable Gye |
| UTF-8 | EA B3 84 |
| UTF-16 | ACC4 |
| UTF-32 | 0000ACC4 |
1\documentclass{article}2\usepackage{pifont}3\hangul{ACC4}4\end{document}You can type the hangul syllable gye symbol on most modern devices with the help of following methods:
Alt + 44228 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gye", or use Unicode Hex Input with ACC4.
Ctrl + Shift + U, type acc4, 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-gye::before { content: "\ACC4"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>계</span>Hangul Syllable Gye symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uACC4' or String.fromCodePoint(44228) |
| Python | '\N{HANGUL SYLLABLE GYE}' or chr(44228) |
| Rust | '\u{ACC4}' |
| C / C++ | UTF-8 source or wchar_t with U+ACC4 |
| Go | string(rune(0xACC4)) |
| Ruby | "\u{ACC4}" |