Unicode Finder

"얘" U+C598(HANGUL SYLLABLE YAE)

U+C598
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE YAE

Programming

C
\uC598
JavaScript
\uC598
Java
\uC598
Json
\uC598
Python
\uC598
Perl
\x{C598}
PHP
\x{C598}
Ruby
\u{C598}
Rust
\u{C598}
Go
\uC598

Web

CSS
\00C598
HtmlDecimal
얘
HtmlHexadecimal
얘
Url
%EC%96%98

Code

MD5
f7bec9de6d0372e6402c20dbe9bdbc38
Sha1
bf5b12f28aabe83095de594541cb10fa517481f4
Base64
7JaY

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC598';
console.log(char);  // Output: 얘

Java:

char c = '\uC598';
System.out.println(c);  // Output: 얘

JSON:

{"text": "\uC598"}  // Value: 얘

Python:

char = '\uC598'
print(char)  # Output: 얘

Perl:

my $char = "\x{C598}";
print $char;  # Output: 얘

PHP:

$char = "\x{C598}";
echo $char;  // Output: 얘

Ruby:

char = "\u{C598}"
puts char  # Output: 얘

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50584;</p>  <!-- Display: 얘 -->

HTML Hexadecimal:

<p>HTML hex: &#xC598;</p>  <!-- Display: 얘 -->

URL Encoding:

// 얘 URL encoding
https://unicodefinder.com/search.php?query=%EC%96%98

Encodings

MD5:

f7bec9de6d0372e6402c20dbe9bdbc38

SHA1:

bf5b12f28aabe83095de594541cb10fa517481f4

Base64:

7JaY