Unicode Finder

"죻" U+C8FB(HANGUL SYLLABLE JYOH)

U+C8FB
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JYOH

Programming

C
\uC8FB
JavaScript
\uC8FB
Java
\uC8FB
Json
\uC8FB
Python
\uC8FB
Perl
\x{C8FB}
PHP
\x{C8FB}
Ruby
\u{C8FB}
Rust
\u{C8FB}
Go
\uC8FB

Web

CSS
\00C8FB
HtmlDecimal
죻
HtmlHexadecimal
죻
Url
%EC%A3%BB

Code

MD5
aa9a756c90809ead63e33753d68dde34
Sha1
27d5203e2fc78777d082f47180399956e1152dd7
Base64
7KO7

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC8FB';
console.log(char);  // Output: 죻

Java:

char c = '\uC8FB';
System.out.println(c);  // Output: 죻

JSON:

{"text": "\uC8FB"}  // Value: 죻

Python:

char = '\uC8FB'
print(char)  # Output: 죻

Perl:

my $char = "\x{C8FB}";
print $char;  # Output: 죻

PHP:

$char = "\x{C8FB}";
echo $char;  // Output: 죻

Ruby:

char = "\u{C8FB}"
puts char  # Output: 죻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51451;</p>  <!-- Display: 죻 -->

HTML Hexadecimal:

<p>HTML hex: &#xC8FB;</p>  <!-- Display: 죻 -->

URL Encoding:

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

Encodings

MD5:

aa9a756c90809ead63e33753d68dde34

SHA1:

27d5203e2fc78777d082f47180399956e1152dd7

Base64:

7KO7