Unicode Finder

"ꪰ" U+AAB0(TAI VIET MAI KANG)

U+AAB0
ブロック名
Tai Viet
名前
TAI VIET MAI KANG

Programming

C
\uAAB0
JavaScript
\uAAB0
Java
\uAAB0
Json
\uAAB0
Python
\uAAB0
Perl
\x{AAB0}
PHP
\x{AAB0}
Ruby
\u{AAB0}
Rust
\u{AAB0}
Go
\uAAB0

Web

CSS
\00AAB0
HtmlDecimal
ꪰ
HtmlHexadecimal
ꪰ
Url
%EA%AA%B0

Code

MD5
f163808c0eb6e9a945f351f223f11d01
Sha1
6456f7e20e77961c4200efebde8ae8ffc1be0fc5
Base64
6qqw

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAAB0';
console.log(char);  // Output: ꪰ

Java:

char c = '\uAAB0';
System.out.println(c);  // Output: ꪰ

JSON:

{"text": "\uAAB0"}  // Value: ꪰ

Python:

char = '\uAAB0'
print(char)  # Output: ꪰ

Perl:

my $char = "\x{AAB0}";
print $char;  # Output: ꪰ

PHP:

$char = "\x{AAB0}";
echo $char;  // Output: ꪰ

Ruby:

char = "\u{AAB0}"
puts char  # Output: ꪰ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43696;</p>  <!-- Display: ꪰ -->

HTML Hexadecimal:

<p>HTML hex: &#xAAB0;</p>  <!-- Display: ꪰ -->

URL Encoding:

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

Encodings

MD5:

f163808c0eb6e9a945f351f223f11d01

SHA1:

6456f7e20e77961c4200efebde8ae8ffc1be0fc5

Base64:

6qqw