Unicode Finder

"푴" U+D474(HANGUL SYLLABLE PYOK)

U+D474
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE PYOK

Programming

C
\uD474
JavaScript
\uD474
Java
\uD474
Json
\uD474
Python
\uD474
Perl
\x{D474}
PHP
\x{D474}
Ruby
\u{D474}
Rust
\u{D474}
Go
\uD474

Web

CSS
\00D474
HtmlDecimal
푴
HtmlHexadecimal
푴
Url
%ED%91%B4

Code

MD5
ae87a2a1964fdaec2763d23deb6c27df
Sha1
4b76d5ae67c511c8e825c56d41352e4f3fca9f2c
Base64
7ZG0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD474';
console.log(char);  // Output: 푴

Java:

char c = '\uD474';
System.out.println(c);  // Output: 푴

JSON:

{"text": "\uD474"}  // Value: 푴

Python:

char = '\uD474'
print(char)  # Output: 푴

Perl:

my $char = "\x{D474}";
print $char;  # Output: 푴

PHP:

$char = "\x{D474}";
echo $char;  // Output: 푴

Ruby:

char = "\u{D474}"
puts char  # Output: 푴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54388;</p>  <!-- Display: 푴 -->

HTML Hexadecimal:

<p>HTML hex: &#xD474;</p>  <!-- Display: 푴 -->

URL Encoding:

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

Encodings

MD5:

ae87a2a1964fdaec2763d23deb6c27df

SHA1:

4b76d5ae67c511c8e825c56d41352e4f3fca9f2c

Base64:

7ZG0