Unicode Finder

"젶" U+C836(HANGUL SYLLABLE JEP)

U+C836
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JEP

Programming

C
\uC836
JavaScript
\uC836
Java
\uC836
Json
\uC836
Python
\uC836
Perl
\x{C836}
PHP
\x{C836}
Ruby
\u{C836}
Rust
\u{C836}
Go
\uC836

Web

CSS
\00C836
HtmlDecimal
젶
HtmlHexadecimal
젶
Url
%EC%A0%B6

Code

MD5
252eba4cb96ecfbd8cdaeb718f288ae5
Sha1
e521ef045ea5e63add13da0d09d8637344d004a0
Base64
7KC2

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC836';
console.log(char);  // Output: 젶

Java:

char c = '\uC836';
System.out.println(c);  // Output: 젶

JSON:

{"text": "\uC836"}  // Value: 젶

Python:

char = '\uC836'
print(char)  # Output: 젶

Perl:

my $char = "\x{C836}";
print $char;  # Output: 젶

PHP:

$char = "\x{C836}";
echo $char;  // Output: 젶

Ruby:

char = "\u{C836}"
puts char  # Output: 젶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51254;</p>  <!-- Display: 젶 -->

HTML Hexadecimal:

<p>HTML hex: &#xC836;</p>  <!-- Display: 젶 -->

URL Encoding:

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

Encodings

MD5:

252eba4cb96ecfbd8cdaeb718f288ae5

SHA1:

e521ef045ea5e63add13da0d09d8637344d004a0

Base64:

7KC2