Unicode Finder

"쯋" U+CBCB(HANGUL SYLLABLE JJYUS)

U+CBCB
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJYUS

Programming

C
\uCBCB
JavaScript
\uCBCB
Java
\uCBCB
Json
\uCBCB
Python
\uCBCB
Perl
\x{CBCB}
PHP
\x{CBCB}
Ruby
\u{CBCB}
Rust
\u{CBCB}
Go
\uCBCB

Web

CSS
\00CBCB
HtmlDecimal
쯋
HtmlHexadecimal
쯋
Url
%EC%AF%8B

Code

MD5
ae5b8498c9ad897e9747626cb1aec28e
Sha1
bf56e3125b938caecf8a6ea91ce551de466811fb
Base64
7K+L

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCBCB';
console.log(char);  // Output: 쯋

Java:

char c = '\uCBCB';
System.out.println(c);  // Output: 쯋

JSON:

{"text": "\uCBCB"}  // Value: 쯋

Python:

char = '\uCBCB'
print(char)  # Output: 쯋

Perl:

my $char = "\x{CBCB}";
print $char;  # Output: 쯋

PHP:

$char = "\x{CBCB}";
echo $char;  // Output: 쯋

Ruby:

char = "\u{CBCB}"
puts char  # Output: 쯋

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#52171;</p>  <!-- Display: 쯋 -->

HTML Hexadecimal:

<p>HTML hex: &#xCBCB;</p>  <!-- Display: 쯋 -->

URL Encoding:

// 쯋 URL encoding
https://unicodefinder.com/search.php?query=%EC%AF%8B

Encodings

MD5:

ae5b8498c9ad897e9747626cb1aec28e

SHA1:

bf56e3125b938caecf8a6ea91ce551de466811fb

Base64:

7K+L