Unicode Finder

"쯏" U+CBCF(HANGUL SYLLABLE JJYUC)

U+CBCF
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJYUC

Programming

C
\uCBCF
JavaScript
\uCBCF
Java
\uCBCF
Json
\uCBCF
Python
\uCBCF
Perl
\x{CBCF}
PHP
\x{CBCF}
Ruby
\u{CBCF}
Rust
\u{CBCF}
Go
\uCBCF

Web

CSS
\00CBCF
HtmlDecimal
쯏
HtmlHexadecimal
쯏
Url
%EC%AF%8F

Code

MD5
fa9ec914ff5fe739ea2419dd6d665c4b
Sha1
17450766ad02ca2e9efcd30f3d3c3432ee7d3a30
Base64
7K+P

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCBCF';
console.log(char);  // Output: 쯏

Java:

char c = '\uCBCF';
System.out.println(c);  // Output: 쯏

JSON:

{"text": "\uCBCF"}  // Value: 쯏

Python:

char = '\uCBCF'
print(char)  # Output: 쯏

Perl:

my $char = "\x{CBCF}";
print $char;  # Output: 쯏

PHP:

$char = "\x{CBCF}";
echo $char;  // Output: 쯏

Ruby:

char = "\u{CBCF}"
puts char  # Output: 쯏

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#52175;</p>  <!-- Display: 쯏 -->

HTML Hexadecimal:

<p>HTML hex: &#xCBCF;</p>  <!-- Display: 쯏 -->

URL Encoding:

// 쯏 URL encoding
https://unicodefinder.com/search.php?query=%EC%AF%8F

Encodings

MD5:

fa9ec914ff5fe739ea2419dd6d665c4b

SHA1:

17450766ad02ca2e9efcd30f3d3c3432ee7d3a30

Base64:

7K+P