Unicode Finder

"왅" U+C645(HANGUL SYLLABLE WANJ)

U+C645
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE WANJ

Programming

C
\uC645
JavaScript
\uC645
Java
\uC645
Json
\uC645
Python
\uC645
Perl
\x{C645}
PHP
\x{C645}
Ruby
\u{C645}
Rust
\u{C645}
Go
\uC645

Web

CSS
\00C645
HtmlDecimal
왅
HtmlHexadecimal
왅
Url
%EC%99%85

Code

MD5
92a61631a933b292e473e7db5dab6cf3
Sha1
b8ad5699b9c807a751fb90b324be208901a85f1b
Base64
7JmF

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC645';
console.log(char);  // Output: 왅

Java:

char c = '\uC645';
System.out.println(c);  // Output: 왅

JSON:

{"text": "\uC645"}  // Value: 왅

Python:

char = '\uC645'
print(char)  # Output: 왅

Perl:

my $char = "\x{C645}";
print $char;  # Output: 왅

PHP:

$char = "\x{C645}";
echo $char;  // Output: 왅

Ruby:

char = "\u{C645}"
puts char  # Output: 왅

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50757;</p>  <!-- Display: 왅 -->

HTML Hexadecimal:

<p>HTML hex: &#xC645;</p>  <!-- Display: 왅 -->

URL Encoding:

// 왅 URL encoding
https://unicodefinder.com/search.php?query=%EC%99%85

Encodings

MD5:

92a61631a933b292e473e7db5dab6cf3

SHA1:

b8ad5699b9c807a751fb90b324be208901a85f1b

Base64:

7JmF

© 2025 Unicode Finder

왅 U+C645 HANGUL SYLLABLE WANJ Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me