Unicode Finder

"ꨫ" U+AA2B(CHAM VOWEL SIGN II)

U+AA2B
ブロック名
Cham
名前
CHAM VOWEL SIGN II

Programming

C
\uAA2B
JavaScript
\uAA2B
Java
\uAA2B
Json
\uAA2B
Python
\uAA2B
Perl
\x{AA2B}
PHP
\x{AA2B}
Ruby
\u{AA2B}
Rust
\u{AA2B}
Go
\uAA2B

Web

CSS
\00AA2B
HtmlDecimal
ꨫ
HtmlHexadecimal
ꨫ
Url
%EA%A8%AB

Code

MD5
18440949c5b1310928e4f158de3c479e
Sha1
9f41ec43f8804f571826bef0e67877af2c894e2b
Base64
6qir

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAA2B';
console.log(char);  // Output: ꨫ

Java:

char c = '\uAA2B';
System.out.println(c);  // Output: ꨫ

JSON:

{"text": "\uAA2B"}  // Value: ꨫ

Python:

char = '\uAA2B'
print(char)  # Output: ꨫ

Perl:

my $char = "\x{AA2B}";
print $char;  # Output: ꨫ

PHP:

$char = "\x{AA2B}";
echo $char;  // Output: ꨫ

Ruby:

char = "\u{AA2B}"
puts char  # Output: ꨫ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43563;</p>  <!-- Display: ꨫ -->

HTML Hexadecimal:

<p>HTML hex: &#xAA2B;</p>  <!-- Display: ꨫ -->

URL Encoding:

// ꨫ URL encoding
https://unicodefinder.com/search.php?query=%EA%A8%AB

Encodings

MD5:

18440949c5b1310928e4f158de3c479e

SHA1:

9f41ec43f8804f571826bef0e67877af2c894e2b

Base64:

6qir