Unicode Finder

"쪿" U+CABF(HANGUL SYLLABLE JJOGS)

쪿
U+CABF
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJOGS

Programming

C
\uCABF
JavaScript
\uCABF
Java
\uCABF
Json
\uCABF
Python
\uCABF
Perl
\x{CABF}
PHP
\x{CABF}
Ruby
\u{CABF}
Rust
\u{CABF}
Go
\uCABF

Web

CSS
\00CABF
HtmlDecimal
쪿
HtmlHexadecimal
쪿
Url
%EC%AA%BF

Code

MD5
388504637477ff941fa81c6cebf1dee6
Sha1
09800ac82c6de37c0d12bcb8b1d29230996b73f0
Base64
7Kq/

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCABF';
console.log(char);  // Output: 쪿

Java:

char c = '\uCABF';
System.out.println(c);  // Output: 쪿

JSON:

{"text": "\uCABF"}  // Value: 쪿

Python:

char = '\uCABF'
print(char)  # Output: 쪿

Perl:

my $char = "\x{CABF}";
print $char;  # Output: 쪿

PHP:

$char = "\x{CABF}";
echo $char;  // Output: 쪿

Ruby:

char = "\u{CABF}"
puts char  # Output: 쪿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51903;</p>  <!-- Display: 쪿 -->

HTML Hexadecimal:

<p>HTML hex: &#xCABF;</p>  <!-- Display: 쪿 -->

URL Encoding:

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

Encodings

MD5:

388504637477ff941fa81c6cebf1dee6

SHA1:

09800ac82c6de37c0d12bcb8b1d29230996b73f0

Base64:

7Kq/