Unicode Finder

"젉" U+C809(HANGUL SYLLABLE JEOLG)

U+C809
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JEOLG

Programming

C
\uC809
JavaScript
\uC809
Java
\uC809
Json
\uC809
Python
\uC809
Perl
\x{C809}
PHP
\x{C809}
Ruby
\u{C809}
Rust
\u{C809}
Go
\uC809

Web

CSS
\00C809
HtmlDecimal
젉
HtmlHexadecimal
젉
Url
%EC%A0%89

Code

MD5
f5ac1209a057cd7c227d24ff1ef6cf65
Sha1
40fd0c40f9b09ad1921499933076fe617d61cc8f
Base64
7KCJ

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC809';
console.log(char);  // Output: 젉

Java:

char c = '\uC809';
System.out.println(c);  // Output: 젉

JSON:

{"text": "\uC809"}  // Value: 젉

Python:

char = '\uC809'
print(char)  # Output: 젉

Perl:

my $char = "\x{C809}";
print $char;  # Output: 젉

PHP:

$char = "\x{C809}";
echo $char;  // Output: 젉

Ruby:

char = "\u{C809}"
puts char  # Output: 젉

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51209;</p>  <!-- Display: 젉 -->

HTML Hexadecimal:

<p>HTML hex: &#xC809;</p>  <!-- Display: 젉 -->

URL Encoding:

// 젉 URL encoding
https://unicodefinder.com/search.php?query=%EC%A0%89

Encodings

MD5:

f5ac1209a057cd7c227d24ff1ef6cf65

SHA1:

40fd0c40f9b09ad1921499933076fe617d61cc8f

Base64:

7KCJ