Unicode Finder

"죵" U+C8F5(HANGUL SYLLABLE JYONG)

U+C8F5
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JYONG

Programming

C
\uC8F5
JavaScript
\uC8F5
Java
\uC8F5
Json
\uC8F5
Python
\uC8F5
Perl
\x{C8F5}
PHP
\x{C8F5}
Ruby
\u{C8F5}
Rust
\u{C8F5}
Go
\uC8F5

Web

CSS
\00C8F5
HtmlDecimal
죵
HtmlHexadecimal
죵
Url
%EC%A3%B5

Code

MD5
626e2ff300898312c0e05962fff903c7
Sha1
eb7b63231487296986cfe3700959cc96680c9223
Base64
7KO1

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC8F5';
console.log(char);  // Output: 죵

Java:

char c = '\uC8F5';
System.out.println(c);  // Output: 죵

JSON:

{"text": "\uC8F5"}  // Value: 죵

Python:

char = '\uC8F5'
print(char)  # Output: 죵

Perl:

my $char = "\x{C8F5}";
print $char;  # Output: 죵

PHP:

$char = "\x{C8F5}";
echo $char;  // Output: 죵

Ruby:

char = "\u{C8F5}"
puts char  # Output: 죵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51445;</p>  <!-- Display: 죵 -->

HTML Hexadecimal:

<p>HTML hex: &#xC8F5;</p>  <!-- Display: 죵 -->

URL Encoding:

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

Encodings

MD5:

626e2ff300898312c0e05962fff903c7

SHA1:

eb7b63231487296986cfe3700959cc96680c9223

Base64:

7KO1