Unicode Finder

"핽" U+D57D(HANGUL SYLLABLE HAELG)

U+D57D
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE HAELG

Programming

C
\uD57D
JavaScript
\uD57D
Java
\uD57D
Json
\uD57D
Python
\uD57D
Perl
\x{D57D}
PHP
\x{D57D}
Ruby
\u{D57D}
Rust
\u{D57D}
Go
\uD57D

Web

CSS
\00D57D
HtmlDecimal
핽
HtmlHexadecimal
핽
Url
%ED%95%BD

Code

MD5
a6854074dbd9beba7e87ee6cad18523f
Sha1
19e9fe835e6adea4a8a5c0c87ec856e59d15ccf5
Base64
7ZW9

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD57D';
console.log(char);  // Output: 핽

Java:

char c = '\uD57D';
System.out.println(c);  // Output: 핽

JSON:

{"text": "\uD57D"}  // Value: 핽

Python:

char = '\uD57D'
print(char)  # Output: 핽

Perl:

my $char = "\x{D57D}";
print $char;  # Output: 핽

PHP:

$char = "\x{D57D}";
echo $char;  // Output: 핽

Ruby:

char = "\u{D57D}"
puts char  # Output: 핽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54653;</p>  <!-- Display: 핽 -->

HTML Hexadecimal:

<p>HTML hex: &#xD57D;</p>  <!-- Display: 핽 -->

URL Encoding:

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

Encodings

MD5:

a6854074dbd9beba7e87ee6cad18523f

SHA1:

19e9fe835e6adea4a8a5c0c87ec856e59d15ccf5

Base64:

7ZW9