Unicode Finder

"ꪲ" U+AAB2(TAI VIET VOWEL I)

U+AAB2
ブロック名
Tai Viet
名前
TAI VIET VOWEL I

Programming

C
\uAAB2
JavaScript
\uAAB2
Java
\uAAB2
Json
\uAAB2
Python
\uAAB2
Perl
\x{AAB2}
PHP
\x{AAB2}
Ruby
\u{AAB2}
Rust
\u{AAB2}
Go
\uAAB2

Web

CSS
\00AAB2
HtmlDecimal
ꪲ
HtmlHexadecimal
ꪲ
Url
%EA%AA%B2

Code

MD5
16a201fdff4c9104f81c2d8bcf08ce8e
Sha1
fe0d2b72781c4a33cb0c5b148d40221b8d5c9e1c
Base64
6qqy

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAAB2';
console.log(char);  // Output: ꪲ

Java:

char c = '\uAAB2';
System.out.println(c);  // Output: ꪲ

JSON:

{"text": "\uAAB2"}  // Value: ꪲ

Python:

char = '\uAAB2'
print(char)  # Output: ꪲ

Perl:

my $char = "\x{AAB2}";
print $char;  # Output: ꪲ

PHP:

$char = "\x{AAB2}";
echo $char;  // Output: ꪲ

Ruby:

char = "\u{AAB2}"
puts char  # Output: ꪲ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43698;</p>  <!-- Display: ꪲ -->

HTML Hexadecimal:

<p>HTML hex: &#xAAB2;</p>  <!-- Display: ꪲ -->

URL Encoding:

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

Encodings

MD5:

16a201fdff4c9104f81c2d8bcf08ce8e

SHA1:

fe0d2b72781c4a33cb0c5b148d40221b8d5c9e1c

Base64:

6qqy