Unicode Finder

"ퟴ" U+D7F4(HANGUL JONGSEONG PANSIOS-KAPYEOUNPIEUP)

U+D7F4
블록 이름
Hangul Jamo Extended-B
이름
HANGUL JONGSEONG PANSIOS-KAPYEOUNPIEUP

Programming

C
\uD7F4
JavaScript
\uD7F4
Java
\uD7F4
Json
\uD7F4
Python
\uD7F4
Perl
\x{D7F4}
PHP
\x{D7F4}
Ruby
\u{D7F4}
Rust
\u{D7F4}
Go
\uD7F4

Web

CSS
\00D7F4
HtmlDecimal
ퟴ
HtmlHexadecimal
ퟴ
Url
%ED%9F%B4

Code

MD5
b655cf104216e356df770866233c6ab9
Sha1
f1c3efee027afc9baab67221ba6c03b6c99c74f9
Base64
7Z+0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD7F4';
console.log(char);  // Output: ퟴ

Java:

char c = '\uD7F4';
System.out.println(c);  // Output: ퟴ

JSON:

{"text": "\uD7F4"}  // Value: ퟴ

Python:

char = '\uD7F4'
print(char)  # Output: ퟴ

Perl:

my $char = "\x{D7F4}";
print $char;  # Output: ퟴ

PHP:

$char = "\x{D7F4}";
echo $char;  // Output: ퟴ

Ruby:

char = "\u{D7F4}"
puts char  # Output: ퟴ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#55284;</p>  <!-- Display: ퟴ -->

HTML Hexadecimal:

<p>HTML hex: &#xD7F4;</p>  <!-- Display: ퟴ -->

URL Encoding:

// ퟴ URL encoding
https://unicodefinder.com/search.php?query=%ED%9F%B4

Encodings

MD5:

b655cf104216e356df770866233c6ab9

SHA1:

f1c3efee027afc9baab67221ba6c03b6c99c74f9

Base64:

7Z+0