Unicode Finder

"잌" U+C78C(HANGUL SYLLABLE IK)

U+C78C
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE IK

Programming

C
\uC78C
JavaScript
\uC78C
Java
\uC78C
Json
\uC78C
Python
\uC78C
Perl
\x{C78C}
PHP
\x{C78C}
Ruby
\u{C78C}
Rust
\u{C78C}
Go
\uC78C

Web

CSS
\00C78C
HtmlDecimal
잌
HtmlHexadecimal
잌
Url
%EC%9E%8C

Code

MD5
ab743a6cb06f35bd3d628103d9394a52
Sha1
61a76da3b664bfe24f21db659d836c8a1fff289b
Base64
7J6M

사용 예시

Programming Languages

C:

char c = '\uC78C';
printf("%c\n", c);  // Output: 잌

JavaScript:

const char = '\uC78C';
console.log(char);  // Output: 잌

Java:

char c = '\uC78C';
System.out.println(c);  // Output: 잌

JSON:

{"text": "\uC78C"}  // Value: 잌

Python:

char = '\uC78C'
print(char)  # Output: 잌

Perl:

my $char = "\x{C78C}";
print $char;  # Output: 잌

PHP:

$char = "\x{C78C}";
echo $char;  // Output: 잌

Ruby:

char = "\u{C78C}"
puts char  # Output: 잌

Rust:

let c = '\u{C78C}';
println!("{}", c);  // Output: 잌

Go:

char := '\uC78C'
fmt.Printf("%c\n", char)  // Output: 잌

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00C78C";  /* Display: 잌 */
}

HTML Decimal:

<p>HTML decimal: &#51084;</p>  <!-- Display: 잌 -->

HTML Hexadecimal:

<p>HTML hex: &#xC78C;</p>  <!-- Display: 잌 -->

URL Encoding:

// 잌 URL encoding
https://unicodefinder.com/search.php?query=%EC%9E%8C

Encodings

MD5:

ab743a6cb06f35bd3d628103d9394a52

SHA1:

61a76da3b664bfe24f21db659d836c8a1fff289b

Base64:

7J6M

© 2025 Unicode Finder

잌 U+C78C HANGUL SYLLABLE IK Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me