Unicode Finder

"쯛" U+CBDB(HANGUL SYLLABLE JJEUD)

U+CBDB
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJEUD

Programming

C
\uCBDB
JavaScript
\uCBDB
Java
\uCBDB
Json
\uCBDB
Python
\uCBDB
Perl
\x{CBDB}
PHP
\x{CBDB}
Ruby
\u{CBDB}
Rust
\u{CBDB}
Go
\uCBDB

Web

CSS
\00CBDB
HtmlDecimal
쯛
HtmlHexadecimal
쯛
Url
%EC%AF%9B

Code

MD5
29efadac0750d3f73c68732b2db67a79
Sha1
da214ad6b91cb20cc4c87f2a16344597b501fe37
Base64
7K+b

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCBDB';
console.log(char);  // Output: 쯛

Java:

char c = '\uCBDB';
System.out.println(c);  // Output: 쯛

JSON:

{"text": "\uCBDB"}  // Value: 쯛

Python:

char = '\uCBDB'
print(char)  # Output: 쯛

Perl:

my $char = "\x{CBDB}";
print $char;  # Output: 쯛

PHP:

$char = "\x{CBDB}";
echo $char;  // Output: 쯛

Ruby:

char = "\u{CBDB}"
puts char  # Output: 쯛

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#52187;</p>  <!-- Display: 쯛 -->

HTML Hexadecimal:

<p>HTML hex: &#xCBDB;</p>  <!-- Display: 쯛 -->

URL Encoding:

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

Encodings

MD5:

29efadac0750d3f73c68732b2db67a79

SHA1:

da214ad6b91cb20cc4c87f2a16344597b501fe37

Base64:

7K+b