Unicode Finder

"읰" U+C770(HANGUL SYLLABLE YIK)

U+C770
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE YIK

Programming

C
\uC770
JavaScript
\uC770
Java
\uC770
Json
\uC770
Python
\uC770
Perl
\x{C770}
PHP
\x{C770}
Ruby
\u{C770}
Rust
\u{C770}
Go
\uC770

Web

CSS
\00C770
HtmlDecimal
읰
HtmlHexadecimal
읰
Url
%EC%9D%B0

Code

MD5
43600201a9e927aefebd7b5ef130370a
Sha1
db8a22f6128478005ed289a94af0c0da5bafdcc9
Base64
7J2w

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC770';
console.log(char);  // Output: 읰

Java:

char c = '\uC770';
System.out.println(c);  // Output: 읰

JSON:

{"text": "\uC770"}  // Value: 읰

Python:

char = '\uC770'
print(char)  # Output: 읰

Perl:

my $char = "\x{C770}";
print $char;  # Output: 읰

PHP:

$char = "\x{C770}";
echo $char;  // Output: 읰

Ruby:

char = "\u{C770}"
puts char  # Output: 읰

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51056;</p>  <!-- Display: 읰 -->

HTML Hexadecimal:

<p>HTML hex: &#xC770;</p>  <!-- Display: 읰 -->

URL Encoding:

// 읰 URL encoding
https://unicodefinder.com/search.php?query=%EC%9D%B0

Encodings

MD5:

43600201a9e927aefebd7b5ef130370a

SHA1:

db8a22f6128478005ed289a94af0c0da5bafdcc9

Base64:

7J2w

© 2025 Unicode Finder

읰 U+C770 HANGUL SYLLABLE YIK Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me