Unicode Finder

"쪷" U+CAB7(HANGUL SYLLABLE JJYEC)

U+CAB7
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJYEC

Programming

C
\uCAB7
JavaScript
\uCAB7
Java
\uCAB7
Json
\uCAB7
Python
\uCAB7
Perl
\x{CAB7}
PHP
\x{CAB7}
Ruby
\u{CAB7}
Rust
\u{CAB7}
Go
\uCAB7

Web

CSS
\00CAB7
HtmlDecimal
쪷
HtmlHexadecimal
쪷
Url
%EC%AA%B7

Code

MD5
067a3847286db5ee4f53062778e2c230
Sha1
9ea43b578ace1633518097ee8ee489a0bf0a9e8e
Base64
7Kq3

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCAB7';
console.log(char);  // Output: 쪷

Java:

char c = '\uCAB7';
System.out.println(c);  // Output: 쪷

JSON:

{"text": "\uCAB7"}  // Value: 쪷

Python:

char = '\uCAB7'
print(char)  # Output: 쪷

Perl:

my $char = "\x{CAB7}";
print $char;  # Output: 쪷

PHP:

$char = "\x{CAB7}";
echo $char;  // Output: 쪷

Ruby:

char = "\u{CAB7}"
puts char  # Output: 쪷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51895;</p>  <!-- Display: 쪷 -->

HTML Hexadecimal:

<p>HTML hex: &#xCAB7;</p>  <!-- Display: 쪷 -->

URL Encoding:

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

Encodings

MD5:

067a3847286db5ee4f53062778e2c230

SHA1:

9ea43b578ace1633518097ee8ee489a0bf0a9e8e

Base64:

7Kq3