Unicode Finder

"퓴" U+D4F4(HANGUL SYLLABLE PYULS)

U+D4F4
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE PYULS

Programming

C
\uD4F4
JavaScript
\uD4F4
Java
\uD4F4
Json
\uD4F4
Python
\uD4F4
Perl
\x{D4F4}
PHP
\x{D4F4}
Ruby
\u{D4F4}
Rust
\u{D4F4}
Go
\uD4F4

Web

CSS
\00D4F4
HtmlDecimal
퓴
HtmlHexadecimal
퓴
Url
%ED%93%B4

Code

MD5
219b80543c96bfed723646d9060417e5
Sha1
769da2bc329735ce5255361e99e0075f58443494
Base64
7ZO0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD4F4';
console.log(char);  // Output: 퓴

Java:

char c = '\uD4F4';
System.out.println(c);  // Output: 퓴

JSON:

{"text": "\uD4F4"}  // Value: 퓴

Python:

char = '\uD4F4'
print(char)  # Output: 퓴

Perl:

my $char = "\x{D4F4}";
print $char;  # Output: 퓴

PHP:

$char = "\x{D4F4}";
echo $char;  // Output: 퓴

Ruby:

char = "\u{D4F4}"
puts char  # Output: 퓴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54516;</p>  <!-- Display: 퓴 -->

HTML Hexadecimal:

<p>HTML hex: &#xD4F4;</p>  <!-- Display: 퓴 -->

URL Encoding:

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

Encodings

MD5:

219b80543c96bfed723646d9060417e5

SHA1:

769da2bc329735ce5255361e99e0075f58443494

Base64:

7ZO0