Unicode Finder

"쪸" U+CAB8(HANGUL SYLLABLE JJYEK)

U+CAB8
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJYEK

Programming

C
\uCAB8
JavaScript
\uCAB8
Java
\uCAB8
Json
\uCAB8
Python
\uCAB8
Perl
\x{CAB8}
PHP
\x{CAB8}
Ruby
\u{CAB8}
Rust
\u{CAB8}
Go
\uCAB8

Web

CSS
\00CAB8
HtmlDecimal
쪸
HtmlHexadecimal
쪸
Url
%EC%AA%B8

Code

MD5
2eb97a8fa3aec4a4dd21e7f755f3d787
Sha1
a7e1a7415daaf1dbce5990a0e04e80a7832c1cb0
Base64
7Kq4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCAB8';
console.log(char);  // Output: 쪸

Java:

char c = '\uCAB8';
System.out.println(c);  // Output: 쪸

JSON:

{"text": "\uCAB8"}  // Value: 쪸

Python:

char = '\uCAB8'
print(char)  # Output: 쪸

Perl:

my $char = "\x{CAB8}";
print $char;  # Output: 쪸

PHP:

$char = "\x{CAB8}";
echo $char;  // Output: 쪸

Ruby:

char = "\u{CAB8}"
puts char  # Output: 쪸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51896;</p>  <!-- Display: 쪸 -->

HTML Hexadecimal:

<p>HTML hex: &#xCAB8;</p>  <!-- Display: 쪸 -->

URL Encoding:

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

Encodings

MD5:

2eb97a8fa3aec4a4dd21e7f755f3d787

SHA1:

a7e1a7415daaf1dbce5990a0e04e80a7832c1cb0

Base64:

7Kq4