Unicode Finder

"홺" U+D67A(HANGUL SYLLABLE HWAELM)

U+D67A
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE HWAELM

Programming

C
\uD67A
JavaScript
\uD67A
Java
\uD67A
Json
\uD67A
Python
\uD67A
Perl
\x{D67A}
PHP
\x{D67A}
Ruby
\u{D67A}
Rust
\u{D67A}
Go
\uD67A

Web

CSS
\00D67A
HtmlDecimal
홺
HtmlHexadecimal
홺
Url
%ED%99%BA

Code

MD5
348d18e1673d37ef327d6a1bd825c281
Sha1
3b4a6222afebac9df36b5759326e85f3e0d0e765
Base64
7Zm6

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD67A';
console.log(char);  // Output: 홺

Java:

char c = '\uD67A';
System.out.println(c);  // Output: 홺

JSON:

{"text": "\uD67A"}  // Value: 홺

Python:

char = '\uD67A'
print(char)  # Output: 홺

Perl:

my $char = "\x{D67A}";
print $char;  # Output: 홺

PHP:

$char = "\x{D67A}";
echo $char;  // Output: 홺

Ruby:

char = "\u{D67A}"
puts char  # Output: 홺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54906;</p>  <!-- Display: 홺 -->

HTML Hexadecimal:

<p>HTML hex: &#xD67A;</p>  <!-- Display: 홺 -->

URL Encoding:

// 홺 URL encoding
https://unicodefinder.com/search.php?query=%ED%99%BA

Encodings

MD5:

348d18e1673d37ef327d6a1bd825c281

SHA1:

3b4a6222afebac9df36b5759326e85f3e0d0e765

Base64:

7Zm6