Unicode Finder

"즔" U+C994(HANGUL SYLLABLE JEULS)

U+C994
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JEULS

Programming

C
\uC994
JavaScript
\uC994
Java
\uC994
Json
\uC994
Python
\uC994
Perl
\x{C994}
PHP
\x{C994}
Ruby
\u{C994}
Rust
\u{C994}
Go
\uC994

Web

CSS
\00C994
HtmlDecimal
즔
HtmlHexadecimal
즔
Url
%EC%A6%94

Code

MD5
3d2d5a5d3275b499dc129dfc6f212641
Sha1
e14f82a574cc7c21c931c8f6121a408e69216b57
Base64
7KaU

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC994';
console.log(char);  // Output: 즔

Java:

char c = '\uC994';
System.out.println(c);  // Output: 즔

JSON:

{"text": "\uC994"}  // Value: 즔

Python:

char = '\uC994'
print(char)  # Output: 즔

Perl:

my $char = "\x{C994}";
print $char;  # Output: 즔

PHP:

$char = "\x{C994}";
echo $char;  // Output: 즔

Ruby:

char = "\u{C994}"
puts char  # Output: 즔

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51604;</p>  <!-- Display: 즔 -->

HTML Hexadecimal:

<p>HTML hex: &#xC994;</p>  <!-- Display: 즔 -->

URL Encoding:

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

Encodings

MD5:

3d2d5a5d3275b499dc129dfc6f212641

SHA1:

e14f82a574cc7c21c931c8f6121a408e69216b57

Base64:

7KaU