Unicode Finder

"캿" U+CEBF(HANGUL SYLLABLE KYAS)

캿
U+CEBF
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE KYAS

Programming

C
\uCEBF
JavaScript
\uCEBF
Java
\uCEBF
Json
\uCEBF
Python
\uCEBF
Perl
\x{CEBF}
PHP
\x{CEBF}
Ruby
\u{CEBF}
Rust
\u{CEBF}
Go
\uCEBF

Web

CSS
\00CEBF
HtmlDecimal
캿
HtmlHexadecimal
캿
Url
%EC%BA%BF

Code

MD5
08f82ad5f5ba01106e9715ed6039a78a
Sha1
d6159b312da7b88b24cc8a4d728fa5d16b13191c
Base64
7Lq/

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCEBF';
console.log(char);  // Output: 캿

Java:

char c = '\uCEBF';
System.out.println(c);  // Output: 캿

JSON:

{"text": "\uCEBF"}  // Value: 캿

Python:

char = '\uCEBF'
print(char)  # Output: 캿

Perl:

my $char = "\x{CEBF}";
print $char;  # Output: 캿

PHP:

$char = "\x{CEBF}";
echo $char;  // Output: 캿

Ruby:

char = "\u{CEBF}"
puts char  # Output: 캿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#52927;</p>  <!-- Display: 캿 -->

HTML Hexadecimal:

<p>HTML hex: &#xCEBF;</p>  <!-- Display: 캿 -->

URL Encoding:

// 캿 URL encoding
https://unicodefinder.com/search.php?query=%EC%BA%BF

Encodings

MD5:

08f82ad5f5ba01106e9715ed6039a78a

SHA1:

d6159b312da7b88b24cc8a4d728fa5d16b13191c

Base64:

7Lq/