Unicode Finder

"꯲" U+ABF2(MEETEI MAYEK DIGIT TWO)

U+ABF2
ブロック名
Meetei Mayek
名前
MEETEI MAYEK DIGIT TWO

Programming

C
\uABF2
JavaScript
\uABF2
Java
\uABF2
Json
\uABF2
Python
\uABF2
Perl
\x{ABF2}
PHP
\x{ABF2}
Ruby
\u{ABF2}
Rust
\u{ABF2}
Go
\uABF2

Web

CSS
\00ABF2
HtmlDecimal
꯲
HtmlHexadecimal
꯲
Url
%EA%AF%B2

Code

MD5
8cb404a91a82349a77a97e0c696177a0
Sha1
6c2f50e4966c5345f93d9c43e0fafcaaa616be1e
Base64
6q+y

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uABF2';
console.log(char);  // Output: ꯲

Java:

char c = '\uABF2';
System.out.println(c);  // Output: ꯲

JSON:

{"text": "\uABF2"}  // Value: ꯲

Python:

char = '\uABF2'
print(char)  # Output: ꯲

Perl:

my $char = "\x{ABF2}";
print $char;  # Output: ꯲

PHP:

$char = "\x{ABF2}";
echo $char;  // Output: ꯲

Ruby:

char = "\u{ABF2}"
puts char  # Output: ꯲

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44018;</p>  <!-- Display: ꯲ -->

HTML Hexadecimal:

<p>HTML hex: &#xABF2;</p>  <!-- Display: ꯲ -->

URL Encoding:

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

Encodings

MD5:

8cb404a91a82349a77a97e0c696177a0

SHA1:

6c2f50e4966c5345f93d9c43e0fafcaaa616be1e

Base64:

6q+y