Unicode Finder

"ꥻ" U+A97B(HANGUL CHOSEONG HIEUH-SIOS)

U+A97B
ブロック名
Hangul Jamo Extended-A
名前
HANGUL CHOSEONG HIEUH-SIOS

Programming

C
\uA97B
JavaScript
\uA97B
Java
\uA97B
Json
\uA97B
Python
\uA97B
Perl
\x{A97B}
PHP
\x{A97B}
Ruby
\u{A97B}
Rust
\u{A97B}
Go
\uA97B

Web

CSS
\00A97B
HtmlDecimal
ꥻ
HtmlHexadecimal
ꥻ
Url
%EA%A5%BB

Code

MD5
aa943c8341dbf097cb2e12f57cf3f211
Sha1
53c79b2d1b8cfc9dfa34f49a63acdcf0c093e7c2
Base64
6qW7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA97B';
console.log(char);  // Output: ꥻ

Java:

char c = '\uA97B';
System.out.println(c);  // Output: ꥻ

JSON:

{"text": "\uA97B"}  // Value: ꥻ

Python:

char = '\uA97B'
print(char)  # Output: ꥻ

Perl:

my $char = "\x{A97B}";
print $char;  # Output: ꥻ

PHP:

$char = "\x{A97B}";
echo $char;  // Output: ꥻ

Ruby:

char = "\u{A97B}"
puts char  # Output: ꥻ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43387;</p>  <!-- Display: ꥻ -->

HTML Hexadecimal:

<p>HTML hex: &#xA97B;</p>  <!-- Display: ꥻ -->

URL Encoding:

// ꥻ URL encoding
https://unicodefinder.com/search.php?query=%EA%A5%BB

Encodings

MD5:

aa943c8341dbf097cb2e12f57cf3f211

SHA1:

53c79b2d1b8cfc9dfa34f49a63acdcf0c093e7c2

Base64:

6qW7