Unicode Finder

"푸" U+D478(HANGUL SYLLABLE PU)

U+D478
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE PU

Programming

C
\uD478
JavaScript
\uD478
Java
\uD478
Json
\uD478
Python
\uD478
Perl
\x{D478}
PHP
\x{D478}
Ruby
\u{D478}
Rust
\u{D478}
Go
\uD478

Web

CSS
\00D478
HtmlDecimal
푸
HtmlHexadecimal
푸
Url
%ED%91%B8

Code

MD5
13f7fc8a1902ddcd50c5dd889151b853
Sha1
1f6ab854003525d8b8ad5040abde72d7f78c0417
Base64
7ZG4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD478';
console.log(char);  // Output: 푸

Java:

char c = '\uD478';
System.out.println(c);  // Output: 푸

JSON:

{"text": "\uD478"}  // Value: 푸

Python:

char = '\uD478'
print(char)  # Output: 푸

Perl:

my $char = "\x{D478}";
print $char;  # Output: 푸

PHP:

$char = "\x{D478}";
echo $char;  // Output: 푸

Ruby:

char = "\u{D478}"
puts char  # Output: 푸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54392;</p>  <!-- Display: 푸 -->

HTML Hexadecimal:

<p>HTML hex: &#xD478;</p>  <!-- Display: 푸 -->

URL Encoding:

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

Encodings

MD5:

13f7fc8a1902ddcd50c5dd889151b853

SHA1:

1f6ab854003525d8b8ad5040abde72d7f78c0417

Base64:

7ZG4