Unicode Finder

"캾" U+CEBE(HANGUL SYLLABLE KYABS)

U+CEBE
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE KYABS

Programming

C
\uCEBE
JavaScript
\uCEBE
Java
\uCEBE
Json
\uCEBE
Python
\uCEBE
Perl
\x{CEBE}
PHP
\x{CEBE}
Ruby
\u{CEBE}
Rust
\u{CEBE}
Go
\uCEBE

Web

CSS
\00CEBE
HtmlDecimal
캾
HtmlHexadecimal
캾
Url
%EC%BA%BE

Code

MD5
28bc05f378d840a1e2d36e4507f1e672
Sha1
c9cbb25a402740bbb75caa067f25dac3e3610b1c
Base64
7Lq+

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCEBE';
console.log(char);  // Output: 캾

Java:

char c = '\uCEBE';
System.out.println(c);  // Output: 캾

JSON:

{"text": "\uCEBE"}  // Value: 캾

Python:

char = '\uCEBE'
print(char)  # Output: 캾

Perl:

my $char = "\x{CEBE}";
print $char;  # Output: 캾

PHP:

$char = "\x{CEBE}";
echo $char;  // Output: 캾

Ruby:

char = "\u{CEBE}"
puts char  # Output: 캾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#52926;</p>  <!-- Display: 캾 -->

HTML Hexadecimal:

<p>HTML hex: &#xCEBE;</p>  <!-- Display: 캾 -->

URL Encoding:

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

Encodings

MD5:

28bc05f378d840a1e2d36e4507f1e672

SHA1:

c9cbb25a402740bbb75caa067f25dac3e3610b1c

Base64:

7Lq+