Unicode Finder

"혘" U+D618(HANGUL SYLLABLE HYEOK)

U+D618
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE HYEOK

Programming

C
\uD618
JavaScript
\uD618
Java
\uD618
Json
\uD618
Python
\uD618
Perl
\x{D618}
PHP
\x{D618}
Ruby
\u{D618}
Rust
\u{D618}
Go
\uD618

Web

CSS
\00D618
HtmlDecimal
혘
HtmlHexadecimal
혘
Url
%ED%98%98

Code

MD5
748b402310b67530692634a7a2a40d64
Sha1
e5afdf83086143bb4cd49e9783ee6a0b733fe532
Base64
7ZiY

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD618';
console.log(char);  // Output: 혘

Java:

char c = '\uD618';
System.out.println(c);  // Output: 혘

JSON:

{"text": "\uD618"}  // Value: 혘

Python:

char = '\uD618'
print(char)  # Output: 혘

Perl:

my $char = "\x{D618}";
print $char;  # Output: 혘

PHP:

$char = "\x{D618}";
echo $char;  // Output: 혘

Ruby:

char = "\u{D618}"
puts char  # Output: 혘

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54808;</p>  <!-- Display: 혘 -->

HTML Hexadecimal:

<p>HTML hex: &#xD618;</p>  <!-- Display: 혘 -->

URL Encoding:

// 혘 URL encoding
https://unicodefinder.com/search.php?query=%ED%98%98

Encodings

MD5:

748b402310b67530692634a7a2a40d64

SHA1:

e5afdf83086143bb4cd49e9783ee6a0b733fe532

Base64:

7ZiY