Unicode Finder

"퓵" U+D4F5(HANGUL SYLLABLE PYULT)

U+D4F5
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE PYULT

Programming

C
\uD4F5
JavaScript
\uD4F5
Java
\uD4F5
Json
\uD4F5
Python
\uD4F5
Perl
\x{D4F5}
PHP
\x{D4F5}
Ruby
\u{D4F5}
Rust
\u{D4F5}
Go
\uD4F5

Web

CSS
\00D4F5
HtmlDecimal
퓵
HtmlHexadecimal
퓵
Url
%ED%93%B5

Code

MD5
70002a40837e7d7991035b3e94da498b
Sha1
543d292cd4b687027ed7490fdc030e09656c7547
Base64
7ZO1

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD4F5';
console.log(char);  // Output: 퓵

Java:

char c = '\uD4F5';
System.out.println(c);  // Output: 퓵

JSON:

{"text": "\uD4F5"}  // Value: 퓵

Python:

char = '\uD4F5'
print(char)  # Output: 퓵

Perl:

my $char = "\x{D4F5}";
print $char;  # Output: 퓵

PHP:

$char = "\x{D4F5}";
echo $char;  // Output: 퓵

Ruby:

char = "\u{D4F5}"
puts char  # Output: 퓵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54517;</p>  <!-- Display: 퓵 -->

HTML Hexadecimal:

<p>HTML hex: &#xD4F5;</p>  <!-- Display: 퓵 -->

URL Encoding:

// 퓵 URL encoding
https://unicodefinder.com/search.php?query=%ED%93%B5

Encodings

MD5:

70002a40837e7d7991035b3e94da498b

SHA1:

543d292cd4b687027ed7490fdc030e09656c7547

Base64:

7ZO1