Unicode Finder

"쪼" U+CABC(HANGUL SYLLABLE JJO)

U+CABC
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJO

Programming

C
\uCABC
JavaScript
\uCABC
Java
\uCABC
Json
\uCABC
Python
\uCABC
Perl
\x{CABC}
PHP
\x{CABC}
Ruby
\u{CABC}
Rust
\u{CABC}
Go
\uCABC

Web

CSS
\00CABC
HtmlDecimal
쪼
HtmlHexadecimal
쪼
Url
%EC%AA%BC

Code

MD5
5a24b8adf62e0ae044dada316f01e6f7
Sha1
ecf39b932454396495823b9ba5b5f409fde2c09f
Base64
7Kq8

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCABC';
console.log(char);  // Output: 쪼

Java:

char c = '\uCABC';
System.out.println(c);  // Output: 쪼

JSON:

{"text": "\uCABC"}  // Value: 쪼

Python:

char = '\uCABC'
print(char)  # Output: 쪼

Perl:

my $char = "\x{CABC}";
print $char;  # Output: 쪼

PHP:

$char = "\x{CABC}";
echo $char;  // Output: 쪼

Ruby:

char = "\u{CABC}"
puts char  # Output: 쪼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51900;</p>  <!-- Display: 쪼 -->

HTML Hexadecimal:

<p>HTML hex: &#xCABC;</p>  <!-- Display: 쪼 -->

URL Encoding:

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

Encodings

MD5:

5a24b8adf62e0ae044dada316f01e6f7

SHA1:

ecf39b932454396495823b9ba5b5f409fde2c09f

Base64:

7Kq8