Unicode Finder

"쬸" U+CB38(HANGUL SYLLABLE JJYOLS)

U+CB38
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJYOLS

Programming

C
\uCB38
JavaScript
\uCB38
Java
\uCB38
Json
\uCB38
Python
\uCB38
Perl
\x{CB38}
PHP
\x{CB38}
Ruby
\u{CB38}
Rust
\u{CB38}
Go
\uCB38

Web

CSS
\00CB38
HtmlDecimal
쬸
HtmlHexadecimal
쬸
Url
%EC%AC%B8

Code

MD5
b9644934206755d19a88f82913adfee1
Sha1
a069cd74a6e97f674d3ce69d153937acbeda1a20
Base64
7Ky4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCB38';
console.log(char);  // Output: 쬸

Java:

char c = '\uCB38';
System.out.println(c);  // Output: 쬸

JSON:

{"text": "\uCB38"}  // Value: 쬸

Python:

char = '\uCB38'
print(char)  # Output: 쬸

Perl:

my $char = "\x{CB38}";
print $char;  # Output: 쬸

PHP:

$char = "\x{CB38}";
echo $char;  // Output: 쬸

Ruby:

char = "\u{CB38}"
puts char  # Output: 쬸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#52024;</p>  <!-- Display: 쬸 -->

HTML Hexadecimal:

<p>HTML hex: &#xCB38;</p>  <!-- Display: 쬸 -->

URL Encoding:

// 쬸 URL encoding
https://unicodefinder.com/search.php?query=%EC%AC%B8

Encodings

MD5:

b9644934206755d19a88f82913adfee1

SHA1:

a069cd74a6e97f674d3ce69d153937acbeda1a20

Base64:

7Ky4