Unicode Finder

"켶" U+CF36(HANGUL SYLLABLE KYEOP)

U+CF36
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE KYEOP

Programming

C
\uCF36
JavaScript
\uCF36
Java
\uCF36
Json
\uCF36
Python
\uCF36
Perl
\x{CF36}
PHP
\x{CF36}
Ruby
\u{CF36}
Rust
\u{CF36}
Go
\uCF36

Web

CSS
\00CF36
HtmlDecimal
켶
HtmlHexadecimal
켶
Url
%EC%BC%B6

Code

MD5
5e4de621c00e1f6ef4b24c959c214c46
Sha1
63cbc23e47a4daf8e2f7e0c25eb6bb4cf8024e51
Base64
7Ly2

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCF36';
console.log(char);  // Output: 켶

Java:

char c = '\uCF36';
System.out.println(c);  // Output: 켶

JSON:

{"text": "\uCF36"}  // Value: 켶

Python:

char = '\uCF36'
print(char)  # Output: 켶

Perl:

my $char = "\x{CF36}";
print $char;  # Output: 켶

PHP:

$char = "\x{CF36}";
echo $char;  // Output: 켶

Ruby:

char = "\u{CF36}"
puts char  # Output: 켶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#53046;</p>  <!-- Display: 켶 -->

HTML Hexadecimal:

<p>HTML hex: &#xCF36;</p>  <!-- Display: 켶 -->

URL Encoding:

// 켶 URL encoding
https://unicodefinder.com/search.php?query=%EC%BC%B6

Encodings

MD5:

5e4de621c00e1f6ef4b24c959c214c46

SHA1:

63cbc23e47a4daf8e2f7e0c25eb6bb4cf8024e51

Base64:

7Ly2