Unicode Finder

"죸" U+C8F8(HANGUL SYLLABLE JYOK)

U+C8F8
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JYOK

Programming

C
\uC8F8
JavaScript
\uC8F8
Java
\uC8F8
Json
\uC8F8
Python
\uC8F8
Perl
\x{C8F8}
PHP
\x{C8F8}
Ruby
\u{C8F8}
Rust
\u{C8F8}
Go
\uC8F8

Web

CSS
\00C8F8
HtmlDecimal
죸
HtmlHexadecimal
죸
Url
%EC%A3%B8

Code

MD5
7bf2e2fbf4035a66f236c4770a91593a
Sha1
15ed0097a3a54886e9c1bbe3007a426d8b2b5867
Base64
7KO4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC8F8';
console.log(char);  // Output: 죸

Java:

char c = '\uC8F8';
System.out.println(c);  // Output: 죸

JSON:

{"text": "\uC8F8"}  // Value: 죸

Python:

char = '\uC8F8'
print(char)  # Output: 죸

Perl:

my $char = "\x{C8F8}";
print $char;  # Output: 죸

PHP:

$char = "\x{C8F8}";
echo $char;  // Output: 죸

Ruby:

char = "\u{C8F8}"
puts char  # Output: 죸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51448;</p>  <!-- Display: 죸 -->

HTML Hexadecimal:

<p>HTML hex: &#xC8F8;</p>  <!-- Display: 죸 -->

URL Encoding:

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

Encodings

MD5:

7bf2e2fbf4035a66f236c4770a91593a

SHA1:

15ed0097a3a54886e9c1bbe3007a426d8b2b5867

Base64:

7KO4