Unicode Finder

"훽" U+D6FD(HANGUL SYLLABLE HWEG)

U+D6FD
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE HWEG

Programming

C
\uD6FD
JavaScript
\uD6FD
Java
\uD6FD
Json
\uD6FD
Python
\uD6FD
Perl
\x{D6FD}
PHP
\x{D6FD}
Ruby
\u{D6FD}
Rust
\u{D6FD}
Go
\uD6FD

Web

CSS
\00D6FD
HtmlDecimal
훽
HtmlHexadecimal
훽
Url
%ED%9B%BD

Code

MD5
ff000e287dd8246ceb7fc944c0f75279
Sha1
2a6e211c9ee034488bee3f9b4642e7bee3f1d161
Base64
7Zu9

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD6FD';
console.log(char);  // Output: 훽

Java:

char c = '\uD6FD';
System.out.println(c);  // Output: 훽

JSON:

{"text": "\uD6FD"}  // Value: 훽

Python:

char = '\uD6FD'
print(char)  # Output: 훽

Perl:

my $char = "\x{D6FD}";
print $char;  # Output: 훽

PHP:

$char = "\x{D6FD}";
echo $char;  // Output: 훽

Ruby:

char = "\u{D6FD}"
puts char  # Output: 훽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#55037;</p>  <!-- Display: 훽 -->

HTML Hexadecimal:

<p>HTML hex: &#xD6FD;</p>  <!-- Display: 훽 -->

URL Encoding:

// 훽 URL encoding
https://unicodefinder.com/search.php?query=%ED%9B%BD

Encodings

MD5:

ff000e287dd8246ceb7fc944c0f75279

SHA1:

2a6e211c9ee034488bee3f9b4642e7bee3f1d161

Base64:

7Zu9