Unicode Finder

"쪵" U+CAB5(HANGUL SYLLABLE JJYENG)

U+CAB5
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJYENG

Programming

C
\uCAB5
JavaScript
\uCAB5
Java
\uCAB5
Json
\uCAB5
Python
\uCAB5
Perl
\x{CAB5}
PHP
\x{CAB5}
Ruby
\u{CAB5}
Rust
\u{CAB5}
Go
\uCAB5

Web

CSS
\00CAB5
HtmlDecimal
쪵
HtmlHexadecimal
쪵
Url
%EC%AA%B5

Code

MD5
b39f48daf8ab5dc96ef265b491e974e2
Sha1
fb444c0344036db7ef7df0775e2ecbb8e0a72551
Base64
7Kq1

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCAB5';
console.log(char);  // Output: 쪵

Java:

char c = '\uCAB5';
System.out.println(c);  // Output: 쪵

JSON:

{"text": "\uCAB5"}  // Value: 쪵

Python:

char = '\uCAB5'
print(char)  # Output: 쪵

Perl:

my $char = "\x{CAB5}";
print $char;  # Output: 쪵

PHP:

$char = "\x{CAB5}";
echo $char;  // Output: 쪵

Ruby:

char = "\u{CAB5}"
puts char  # Output: 쪵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51893;</p>  <!-- Display: 쪵 -->

HTML Hexadecimal:

<p>HTML hex: &#xCAB5;</p>  <!-- Display: 쪵 -->

URL Encoding:

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

Encodings

MD5:

b39f48daf8ab5dc96ef265b491e974e2

SHA1:

fb444c0344036db7ef7df0775e2ecbb8e0a72551

Base64:

7Kq1