Unicode Finder

"즵" U+C9B5(HANGUL SYLLABLE JYIB)

U+C9B5
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JYIB

Programming

C
\uC9B5
JavaScript
\uC9B5
Java
\uC9B5
Json
\uC9B5
Python
\uC9B5
Perl
\x{C9B5}
PHP
\x{C9B5}
Ruby
\u{C9B5}
Rust
\u{C9B5}
Go
\uC9B5

Web

CSS
\00C9B5
HtmlDecimal
즵
HtmlHexadecimal
즵
Url
%EC%A6%B5

Code

MD5
e40f4505bdd5c5a31feae5830885ebb8
Sha1
4dd8bf7974443a0dd835023e265df5a7338146d3
Base64
7Ka1

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC9B5';
console.log(char);  // Output: 즵

Java:

char c = '\uC9B5';
System.out.println(c);  // Output: 즵

JSON:

{"text": "\uC9B5"}  // Value: 즵

Python:

char = '\uC9B5'
print(char)  # Output: 즵

Perl:

my $char = "\x{C9B5}";
print $char;  # Output: 즵

PHP:

$char = "\x{C9B5}";
echo $char;  // Output: 즵

Ruby:

char = "\u{C9B5}"
puts char  # Output: 즵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51637;</p>  <!-- Display: 즵 -->

HTML Hexadecimal:

<p>HTML hex: &#xC9B5;</p>  <!-- Display: 즵 -->

URL Encoding:

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

Encodings

MD5:

e40f4505bdd5c5a31feae5830885ebb8

SHA1:

4dd8bf7974443a0dd835023e265df5a7338146d3

Base64:

7Ka1