Unicode Finder

"ꯎ" U+ABCE(MEETEI MAYEK LETTER UN)

U+ABCE
ブロック名
Meetei Mayek
名前
MEETEI MAYEK LETTER UN

Programming

C
\uABCE
JavaScript
\uABCE
Java
\uABCE
Json
\uABCE
Python
\uABCE
Perl
\x{ABCE}
PHP
\x{ABCE}
Ruby
\u{ABCE}
Rust
\u{ABCE}
Go
\uABCE

Web

CSS
\00ABCE
HtmlDecimal
ꯎ
HtmlHexadecimal
ꯎ
Url
%EA%AF%8E

Code

MD5
a235209a87123cc258909dd739b4593e
Sha1
9a0ddfa174f4c9f706019d1cfc2bd4b877f38e95
Base64
6q+O

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uABCE';
console.log(char);  // Output: ꯎ

Java:

char c = '\uABCE';
System.out.println(c);  // Output: ꯎ

JSON:

{"text": "\uABCE"}  // Value: ꯎ

Python:

char = '\uABCE'
print(char)  # Output: ꯎ

Perl:

my $char = "\x{ABCE}";
print $char;  # Output: ꯎ

PHP:

$char = "\x{ABCE}";
echo $char;  // Output: ꯎ

Ruby:

char = "\u{ABCE}"
puts char  # Output: ꯎ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43982;</p>  <!-- Display: ꯎ -->

HTML Hexadecimal:

<p>HTML hex: &#xABCE;</p>  <!-- Display: ꯎ -->

URL Encoding:

// ꯎ URL encoding
https://unicodefinder.com/search.php?query=%EA%AF%8E

Encodings

MD5:

a235209a87123cc258909dd739b4593e

SHA1:

9a0ddfa174f4c9f706019d1cfc2bd4b877f38e95

Base64:

6q+O