Unicode Finder

"캸" U+CEB8(HANGUL SYLLABLE KYALS)

U+CEB8
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE KYALS

Programming

C
\uCEB8
JavaScript
\uCEB8
Java
\uCEB8
Json
\uCEB8
Python
\uCEB8
Perl
\x{CEB8}
PHP
\x{CEB8}
Ruby
\u{CEB8}
Rust
\u{CEB8}
Go
\uCEB8

Web

CSS
\00CEB8
HtmlDecimal
캸
HtmlHexadecimal
캸
Url
%EC%BA%B8

Code

MD5
c68cd7a3179b47252a6ad2df489adb45
Sha1
e1f94c55ce49afd51f56d572e00bd143068dc866
Base64
7Lq4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCEB8';
console.log(char);  // Output: 캸

Java:

char c = '\uCEB8';
System.out.println(c);  // Output: 캸

JSON:

{"text": "\uCEB8"}  // Value: 캸

Python:

char = '\uCEB8'
print(char)  # Output: 캸

Perl:

my $char = "\x{CEB8}";
print $char;  # Output: 캸

PHP:

$char = "\x{CEB8}";
echo $char;  // Output: 캸

Ruby:

char = "\u{CEB8}"
puts char  # Output: 캸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#52920;</p>  <!-- Display: 캸 -->

HTML Hexadecimal:

<p>HTML hex: &#xCEB8;</p>  <!-- Display: 캸 -->

URL Encoding:

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

Encodings

MD5:

c68cd7a3179b47252a6ad2df489adb45

SHA1:

e1f94c55ce49afd51f56d572e00bd143068dc866

Base64:

7Lq4