Unicode Finder

"꩹" U+AA79(MYANMAR SYMBOL AITON TWO)

U+AA79
ブロック名
Myanmar Extended-A
名前
MYANMAR SYMBOL AITON TWO

Programming

C
\uAA79
JavaScript
\uAA79
Java
\uAA79
Json
\uAA79
Python
\uAA79
Perl
\x{AA79}
PHP
\x{AA79}
Ruby
\u{AA79}
Rust
\u{AA79}
Go
\uAA79

Web

CSS
\00AA79
HtmlDecimal
꩹
HtmlHexadecimal
꩹
Url
%EA%A9%B9

Code

MD5
a032b2dd7a760afe916428fcdee21b11
Sha1
93a7b249e95ff6e7871dc0d5a42af6a4c1c3ccc0
Base64
6qm5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAA79';
console.log(char);  // Output: ꩹

Java:

char c = '\uAA79';
System.out.println(c);  // Output: ꩹

JSON:

{"text": "\uAA79"}  // Value: ꩹

Python:

char = '\uAA79'
print(char)  # Output: ꩹

Perl:

my $char = "\x{AA79}";
print $char;  # Output: ꩹

PHP:

$char = "\x{AA79}";
echo $char;  // Output: ꩹

Ruby:

char = "\u{AA79}"
puts char  # Output: ꩹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43641;</p>  <!-- Display: ꩹ -->

HTML Hexadecimal:

<p>HTML hex: &#xAA79;</p>  <!-- Display: ꩹ -->

URL Encoding:

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

Encodings

MD5:

a032b2dd7a760afe916428fcdee21b11

SHA1:

93a7b249e95ff6e7871dc0d5a42af6a4c1c3ccc0

Base64:

6qm5