Unicode Finder

"왙" U+C659(HANGUL SYLLABLE WAT)

U+C659
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE WAT

Programming

C
\uC659
JavaScript
\uC659
Java
\uC659
Json
\uC659
Python
\uC659
Perl
\x{C659}
PHP
\x{C659}
Ruby
\u{C659}
Rust
\u{C659}
Go
\uC659

Web

CSS
\00C659
HtmlDecimal
왙
HtmlHexadecimal
왙
Url
%EC%99%99

Code

MD5
b926e4b0e2ab6b9a6cbf545e814ec73c
Sha1
771a98f87c16c40b9b56e9b05f4f9474bd928fbc
Base64
7JmZ

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC659';
console.log(char);  // Output: 왙

Java:

char c = '\uC659';
System.out.println(c);  // Output: 왙

JSON:

{"text": "\uC659"}  // Value: 왙

Python:

char = '\uC659'
print(char)  # Output: 왙

Perl:

my $char = "\x{C659}";
print $char;  # Output: 왙

PHP:

$char = "\x{C659}";
echo $char;  // Output: 왙

Ruby:

char = "\u{C659}"
puts char  # Output: 왙

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50777;</p>  <!-- Display: 왙 -->

HTML Hexadecimal:

<p>HTML hex: &#xC659;</p>  <!-- Display: 왙 -->

URL Encoding:

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

Encodings

MD5:

b926e4b0e2ab6b9a6cbf545e814ec73c

SHA1:

771a98f87c16c40b9b56e9b05f4f9474bd928fbc

Base64:

7JmZ