Unicode Finder

"퓶" U+D4F6(HANGUL SYLLABLE PYULP)

U+D4F6
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE PYULP

Programming

C
\uD4F6
JavaScript
\uD4F6
Java
\uD4F6
Json
\uD4F6
Python
\uD4F6
Perl
\x{D4F6}
PHP
\x{D4F6}
Ruby
\u{D4F6}
Rust
\u{D4F6}
Go
\uD4F6

Web

CSS
\00D4F6
HtmlDecimal
퓶
HtmlHexadecimal
퓶
Url
%ED%93%B6

Code

MD5
99ef975d73a422c48d8a471c9319e6f6
Sha1
c703d6b76237e911db3cb64b5fd8bc67b4fd16df
Base64
7ZO2

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD4F6';
console.log(char);  // Output: 퓶

Java:

char c = '\uD4F6';
System.out.println(c);  // Output: 퓶

JSON:

{"text": "\uD4F6"}  // Value: 퓶

Python:

char = '\uD4F6'
print(char)  # Output: 퓶

Perl:

my $char = "\x{D4F6}";
print $char;  # Output: 퓶

PHP:

$char = "\x{D4F6}";
echo $char;  // Output: 퓶

Ruby:

char = "\u{D4F6}"
puts char  # Output: 퓶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54518;</p>  <!-- Display: 퓶 -->

HTML Hexadecimal:

<p>HTML hex: &#xD4F6;</p>  <!-- Display: 퓶 -->

URL Encoding:

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

Encodings

MD5:

99ef975d73a422c48d8a471c9319e6f6

SHA1:

c703d6b76237e911db3cb64b5fd8bc67b4fd16df

Base64:

7ZO2