Unicode Finder

"핸" U+D578(HANGUL SYLLABLE HAEN)

U+D578
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE HAEN

Programming

C
\uD578
JavaScript
\uD578
Java
\uD578
Json
\uD578
Python
\uD578
Perl
\x{D578}
PHP
\x{D578}
Ruby
\u{D578}
Rust
\u{D578}
Go
\uD578

Web

CSS
\00D578
HtmlDecimal
핸
HtmlHexadecimal
핸
Url
%ED%95%B8

Code

MD5
cfa46247cd46412784caec390909c575
Sha1
ede3e84620117ee47f2ff6367e1b8c07aed45aa1
Base64
7ZW4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD578';
console.log(char);  // Output: 핸

Java:

char c = '\uD578';
System.out.println(c);  // Output: 핸

JSON:

{"text": "\uD578"}  // Value: 핸

Python:

char = '\uD578'
print(char)  # Output: 핸

Perl:

my $char = "\x{D578}";
print $char;  # Output: 핸

PHP:

$char = "\x{D578}";
echo $char;  // Output: 핸

Ruby:

char = "\u{D578}"
puts char  # Output: 핸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54648;</p>  <!-- Display: 핸 -->

HTML Hexadecimal:

<p>HTML hex: &#xD578;</p>  <!-- Display: 핸 -->

URL Encoding:

// 핸 URL encoding
https://unicodefinder.com/search.php?query=%ED%95%B8

Encodings

MD5:

cfa46247cd46412784caec390909c575

SHA1:

ede3e84620117ee47f2ff6367e1b8c07aed45aa1

Base64:

7ZW4