Unicode Finder

"젵" U+C835(HANGUL SYLLABLE JET)

U+C835
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JET

Programming

C
\uC835
JavaScript
\uC835
Java
\uC835
Json
\uC835
Python
\uC835
Perl
\x{C835}
PHP
\x{C835}
Ruby
\u{C835}
Rust
\u{C835}
Go
\uC835

Web

CSS
\00C835
HtmlDecimal
젵
HtmlHexadecimal
젵
Url
%EC%A0%B5

Code

MD5
270edf66f73a407015d8384a54c2c578
Sha1
bd43acf6375f53e0f2c2b26fa339eeff5167af0b
Base64
7KC1

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC835';
console.log(char);  // Output: 젵

Java:

char c = '\uC835';
System.out.println(c);  // Output: 젵

JSON:

{"text": "\uC835"}  // Value: 젵

Python:

char = '\uC835'
print(char)  # Output: 젵

Perl:

my $char = "\x{C835}";
print $char;  # Output: 젵

PHP:

$char = "\x{C835}";
echo $char;  // Output: 젵

Ruby:

char = "\u{C835}"
puts char  # Output: 젵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51253;</p>  <!-- Display: 젵 -->

HTML Hexadecimal:

<p>HTML hex: &#xC835;</p>  <!-- Display: 젵 -->

URL Encoding:

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

Encodings

MD5:

270edf66f73a407015d8384a54c2c578

SHA1:

bd43acf6375f53e0f2c2b26fa339eeff5167af0b

Base64:

7KC1