Unicode Finder

"ꩽ" U+AA7D(MYANMAR SIGN TAI LAING TONE-5)

U+AA7D
ブロック名
Myanmar Extended-A
名前
MYANMAR SIGN TAI LAING TONE-5

Programming

C
\uAA7D
JavaScript
\uAA7D
Java
\uAA7D
Json
\uAA7D
Python
\uAA7D
Perl
\x{AA7D}
PHP
\x{AA7D}
Ruby
\u{AA7D}
Rust
\u{AA7D}
Go
\uAA7D

Web

CSS
\00AA7D
HtmlDecimal
ꩽ
HtmlHexadecimal
ꩽ
Url
%EA%A9%BD

Code

MD5
7dfa7f88b9987c091a78f5f2c0959a6d
Sha1
8cdee86062a516eeed2a55b449087fbda85e185d
Base64
6qm9

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAA7D';
console.log(char);  // Output: ꩽ

Java:

char c = '\uAA7D';
System.out.println(c);  // Output: ꩽ

JSON:

{"text": "\uAA7D"}  // Value: ꩽ

Python:

char = '\uAA7D'
print(char)  # Output: ꩽ

Perl:

my $char = "\x{AA7D}";
print $char;  # Output: ꩽ

PHP:

$char = "\x{AA7D}";
echo $char;  // Output: ꩽ

Ruby:

char = "\u{AA7D}"
puts char  # Output: ꩽ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43645;</p>  <!-- Display: ꩽ -->

HTML Hexadecimal:

<p>HTML hex: &#xAA7D;</p>  <!-- Display: ꩽ -->

URL Encoding:

// ꩽ URL encoding
https://unicodefinder.com/search.php?query=%EA%A9%BD

Encodings

MD5:

7dfa7f88b9987c091a78f5f2c0959a6d

SHA1:

8cdee86062a516eeed2a55b449087fbda85e185d

Base64:

6qm9