Unicode Finder

"쪰" U+CAB0(HANGUL SYLLABLE JJYEM)

U+CAB0
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJYEM

Programming

C
\uCAB0
JavaScript
\uCAB0
Java
\uCAB0
Json
\uCAB0
Python
\uCAB0
Perl
\x{CAB0}
PHP
\x{CAB0}
Ruby
\u{CAB0}
Rust
\u{CAB0}
Go
\uCAB0

Web

CSS
\00CAB0
HtmlDecimal
쪰
HtmlHexadecimal
쪰
Url
%EC%AA%B0

Code

MD5
ea73b0da0dda3c460705032734122906
Sha1
987f8d38592a2089db5b6f5853510ef8921bb69e
Base64
7Kqw

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCAB0';
console.log(char);  // Output: 쪰

Java:

char c = '\uCAB0';
System.out.println(c);  // Output: 쪰

JSON:

{"text": "\uCAB0"}  // Value: 쪰

Python:

char = '\uCAB0'
print(char)  # Output: 쪰

Perl:

my $char = "\x{CAB0}";
print $char;  # Output: 쪰

PHP:

$char = "\x{CAB0}";
echo $char;  // Output: 쪰

Ruby:

char = "\u{CAB0}"
puts char  # Output: 쪰

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51888;</p>  <!-- Display: 쪰 -->

HTML Hexadecimal:

<p>HTML hex: &#xCAB0;</p>  <!-- Display: 쪰 -->

URL Encoding:

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

Encodings

MD5:

ea73b0da0dda3c460705032734122906

SHA1:

987f8d38592a2089db5b6f5853510ef8921bb69e

Base64:

7Kqw