Unicode Finder

"캹" U+CEB9(HANGUL SYLLABLE KYALT)

U+CEB9
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE KYALT

Programming

C
\uCEB9
JavaScript
\uCEB9
Java
\uCEB9
Json
\uCEB9
Python
\uCEB9
Perl
\x{CEB9}
PHP
\x{CEB9}
Ruby
\u{CEB9}
Rust
\u{CEB9}
Go
\uCEB9

Web

CSS
\00CEB9
HtmlDecimal
캹
HtmlHexadecimal
캹
Url
%EC%BA%B9

Code

MD5
c14bce43e36ec0ed56cfcf82acbcb54b
Sha1
3852798e8deea30e29df45467f1a5bc77bde79b8
Base64
7Lq5

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCEB9';
console.log(char);  // Output: 캹

Java:

char c = '\uCEB9';
System.out.println(c);  // Output: 캹

JSON:

{"text": "\uCEB9"}  // Value: 캹

Python:

char = '\uCEB9'
print(char)  # Output: 캹

Perl:

my $char = "\x{CEB9}";
print $char;  # Output: 캹

PHP:

$char = "\x{CEB9}";
echo $char;  // Output: 캹

Ruby:

char = "\u{CEB9}"
puts char  # Output: 캹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#52921;</p>  <!-- Display: 캹 -->

HTML Hexadecimal:

<p>HTML hex: &#xCEB9;</p>  <!-- Display: 캹 -->

URL Encoding:

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

Encodings

MD5:

c14bce43e36ec0ed56cfcf82acbcb54b

SHA1:

3852798e8deea30e29df45467f1a5bc77bde79b8

Base64:

7Lq5