Unicode Finder

"ꪶ" U+AAB6(TAI VIET VOWEL O)

U+AAB6
ブロック名
Tai Viet
名前
TAI VIET VOWEL O

Programming

C
\uAAB6
JavaScript
\uAAB6
Java
\uAAB6
Json
\uAAB6
Python
\uAAB6
Perl
\x{AAB6}
PHP
\x{AAB6}
Ruby
\u{AAB6}
Rust
\u{AAB6}
Go
\uAAB6

Web

CSS
\00AAB6
HtmlDecimal
ꪶ
HtmlHexadecimal
ꪶ
Url
%EA%AA%B6

Code

MD5
319450d41d4819dd10a9ba02750e9aa1
Sha1
3c62de9bbd35ae91f8e5f690783fc5170650d923
Base64
6qq2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAAB6';
console.log(char);  // Output: ꪶ

Java:

char c = '\uAAB6';
System.out.println(c);  // Output: ꪶ

JSON:

{"text": "\uAAB6"}  // Value: ꪶ

Python:

char = '\uAAB6'
print(char)  # Output: ꪶ

Perl:

my $char = "\x{AAB6}";
print $char;  # Output: ꪶ

PHP:

$char = "\x{AAB6}";
echo $char;  // Output: ꪶ

Ruby:

char = "\u{AAB6}"
puts char  # Output: ꪶ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43702;</p>  <!-- Display: ꪶ -->

HTML Hexadecimal:

<p>HTML hex: &#xAAB6;</p>  <!-- Display: ꪶ -->

URL Encoding:

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

Encodings

MD5:

319450d41d4819dd10a9ba02750e9aa1

SHA1:

3c62de9bbd35ae91f8e5f690783fc5170650d923

Base64:

6qq2