Unicode Finder

"횈" U+D688(HANGUL SYLLABLE HWAEK)

U+D688
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE HWAEK

Programming

C
\uD688
JavaScript
\uD688
Java
\uD688
Json
\uD688
Python
\uD688
Perl
\x{D688}
PHP
\x{D688}
Ruby
\u{D688}
Rust
\u{D688}
Go
\uD688

Web

CSS
\00D688
HtmlDecimal
횈
HtmlHexadecimal
횈
Url
%ED%9A%88

Code

MD5
ae0a0472de35d13450d6ae13d4dc6f54
Sha1
16f6d228b06476752493228376fb66b8c6e3f459
Base64
7ZqI

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD688';
console.log(char);  // Output: 횈

Java:

char c = '\uD688';
System.out.println(c);  // Output: 횈

JSON:

{"text": "\uD688"}  // Value: 횈

Python:

char = '\uD688'
print(char)  # Output: 횈

Perl:

my $char = "\x{D688}";
print $char;  # Output: 횈

PHP:

$char = "\x{D688}";
echo $char;  // Output: 횈

Ruby:

char = "\u{D688}"
puts char  # Output: 횈

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54920;</p>  <!-- Display: 횈 -->

HTML Hexadecimal:

<p>HTML hex: &#xD688;</p>  <!-- Display: 횈 -->

URL Encoding:

// 횈 URL encoding
https://unicodefinder.com/search.php?query=%ED%9A%88

Encodings

MD5:

ae0a0472de35d13450d6ae13d4dc6f54

SHA1:

16f6d228b06476752493228376fb66b8c6e3f459

Base64:

7ZqI