Unicode Finder

"쩽" U+CA7D(HANGUL SYLLABLE JJENG)

U+CA7D
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJENG

Programming

C
\uCA7D
JavaScript
\uCA7D
Java
\uCA7D
Json
\uCA7D
Python
\uCA7D
Perl
\x{CA7D}
PHP
\x{CA7D}
Ruby
\u{CA7D}
Rust
\u{CA7D}
Go
\uCA7D

Web

CSS
\00CA7D
HtmlDecimal
쩽
HtmlHexadecimal
쩽
Url
%EC%A9%BD

Code

MD5
ec19ac903e1ae254de24708ab5970e8f
Sha1
3e82f1693b5f2fb518ab4b8e453c0c4da0bb8542
Base64
7Km9

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCA7D';
console.log(char);  // Output: 쩽

Java:

char c = '\uCA7D';
System.out.println(c);  // Output: 쩽

JSON:

{"text": "\uCA7D"}  // Value: 쩽

Python:

char = '\uCA7D'
print(char)  # Output: 쩽

Perl:

my $char = "\x{CA7D}";
print $char;  # Output: 쩽

PHP:

$char = "\x{CA7D}";
echo $char;  // Output: 쩽

Ruby:

char = "\u{CA7D}"
puts char  # Output: 쩽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51837;</p>  <!-- Display: 쩽 -->

HTML Hexadecimal:

<p>HTML hex: &#xCA7D;</p>  <!-- Display: 쩽 -->

URL Encoding:

// 쩽 URL encoding
https://unicodefinder.com/search.php?query=%EC%A9%BD

Encodings

MD5:

ec19ac903e1ae254de24708ab5970e8f

SHA1:

3e82f1693b5f2fb518ab4b8e453c0c4da0bb8542

Base64:

7Km9