Unicode Finder

"왔" U+C654(HANGUL SYLLABLE WASS)

U+C654
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE WASS

Programming

C
\uC654
JavaScript
\uC654
Java
\uC654
Json
\uC654
Python
\uC654
Perl
\x{C654}
PHP
\x{C654}
Ruby
\u{C654}
Rust
\u{C654}
Go
\uC654

Web

CSS
\00C654
HtmlDecimal
왔
HtmlHexadecimal
왔
Url
%EC%99%94

Code

MD5
e2b4633b368fa1e0705748e8653146c7
Sha1
3ed6b04801f2beb5f9497519a36c1ff22e0b637e
Base64
7JmU

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC654';
console.log(char);  // Output: 왔

Java:

char c = '\uC654';
System.out.println(c);  // Output: 왔

JSON:

{"text": "\uC654"}  // Value: 왔

Python:

char = '\uC654'
print(char)  # Output: 왔

Perl:

my $char = "\x{C654}";
print $char;  # Output: 왔

PHP:

$char = "\x{C654}";
echo $char;  // Output: 왔

Ruby:

char = "\u{C654}"
puts char  # Output: 왔

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50772;</p>  <!-- Display: 왔 -->

HTML Hexadecimal:

<p>HTML hex: &#xC654;</p>  <!-- Display: 왔 -->

URL Encoding:

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

Encodings

MD5:

e2b4633b368fa1e0705748e8653146c7

SHA1:

3ed6b04801f2beb5f9497519a36c1ff22e0b637e

Base64:

7JmU

© 2025 Unicode Finder

왔 U+C654 HANGUL SYLLABLE WASS Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me