Unicode Finder

"쪴" U+CAB4(HANGUL SYLLABLE JJYESS)

U+CAB4
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJYESS

Programming

C
\uCAB4
JavaScript
\uCAB4
Java
\uCAB4
Json
\uCAB4
Python
\uCAB4
Perl
\x{CAB4}
PHP
\x{CAB4}
Ruby
\u{CAB4}
Rust
\u{CAB4}
Go
\uCAB4

Web

CSS
\00CAB4
HtmlDecimal
쪴
HtmlHexadecimal
쪴
Url
%EC%AA%B4

Code

MD5
42555b88b940f0d7723ebaa27e6f9903
Sha1
6cf7b29d306cc9d8d17b4e209038f0c412581048
Base64
7Kq0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCAB4';
console.log(char);  // Output: 쪴

Java:

char c = '\uCAB4';
System.out.println(c);  // Output: 쪴

JSON:

{"text": "\uCAB4"}  // Value: 쪴

Python:

char = '\uCAB4'
print(char)  # Output: 쪴

Perl:

my $char = "\x{CAB4}";
print $char;  # Output: 쪴

PHP:

$char = "\x{CAB4}";
echo $char;  // Output: 쪴

Ruby:

char = "\u{CAB4}"
puts char  # Output: 쪴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51892;</p>  <!-- Display: 쪴 -->

HTML Hexadecimal:

<p>HTML hex: &#xCAB4;</p>  <!-- Display: 쪴 -->

URL Encoding:

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

Encodings

MD5:

42555b88b940f0d7723ebaa27e6f9903

SHA1:

6cf7b29d306cc9d8d17b4e209038f0c412581048

Base64:

7Kq0