Unicode Finder

"ꪸ" U+AAB8(TAI VIET VOWEL IA)

U+AAB8
ブロック名
Tai Viet
名前
TAI VIET VOWEL IA

Programming

C
\uAAB8
JavaScript
\uAAB8
Java
\uAAB8
Json
\uAAB8
Python
\uAAB8
Perl
\x{AAB8}
PHP
\x{AAB8}
Ruby
\u{AAB8}
Rust
\u{AAB8}
Go
\uAAB8

Web

CSS
\00AAB8
HtmlDecimal
ꪸ
HtmlHexadecimal
ꪸ
Url
%EA%AA%B8

Code

MD5
752899af771a2c4c8e549c3f2fac099d
Sha1
60ac3ca7e6a9b56054f0a9d48fef65a7c2a1145d
Base64
6qq4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAAB8';
console.log(char);  // Output: ꪸ

Java:

char c = '\uAAB8';
System.out.println(c);  // Output: ꪸ

JSON:

{"text": "\uAAB8"}  // Value: ꪸ

Python:

char = '\uAAB8'
print(char)  # Output: ꪸ

Perl:

my $char = "\x{AAB8}";
print $char;  # Output: ꪸ

PHP:

$char = "\x{AAB8}";
echo $char;  // Output: ꪸ

Ruby:

char = "\u{AAB8}"
puts char  # Output: ꪸ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43704;</p>  <!-- Display: ꪸ -->

HTML Hexadecimal:

<p>HTML hex: &#xAAB8;</p>  <!-- Display: ꪸ -->

URL Encoding:

// ꪸ URL encoding
https://unicodefinder.com/search.php?query=%EA%AA%B8

Encodings

MD5:

752899af771a2c4c8e549c3f2fac099d

SHA1:

60ac3ca7e6a9b56054f0a9d48fef65a7c2a1145d

Base64:

6qq4