Unicode Finder

"꯬" U+ABEC(MEETEI MAYEK LUM IYEK)

U+ABEC
ブロック名
Meetei Mayek
名前
MEETEI MAYEK LUM IYEK

Programming

C
\uABEC
JavaScript
\uABEC
Java
\uABEC
Json
\uABEC
Python
\uABEC
Perl
\x{ABEC}
PHP
\x{ABEC}
Ruby
\u{ABEC}
Rust
\u{ABEC}
Go
\uABEC

Web

CSS
\00ABEC
HtmlDecimal
꯬
HtmlHexadecimal
꯬
Url
%EA%AF%AC

Code

MD5
555a8bd936665534bed942bc6856cc2a
Sha1
fae65e534cc354c8681fb172f71b9b7d9480ef1b
Base64
6q+s

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uABEC';
console.log(char);  // Output: ꯬

Java:

char c = '\uABEC';
System.out.println(c);  // Output: ꯬

JSON:

{"text": "\uABEC"}  // Value: ꯬

Python:

char = '\uABEC'
print(char)  # Output: ꯬

Perl:

my $char = "\x{ABEC}";
print $char;  # Output: ꯬

PHP:

$char = "\x{ABEC}";
echo $char;  // Output: ꯬

Ruby:

char = "\u{ABEC}"
puts char  # Output: ꯬

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44012;</p>  <!-- Display: ꯬ -->

HTML Hexadecimal:

<p>HTML hex: &#xABEC;</p>  <!-- Display: ꯬ -->

URL Encoding:

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

Encodings

MD5:

555a8bd936665534bed942bc6856cc2a

SHA1:

fae65e534cc354c8681fb172f71b9b7d9480ef1b

Base64:

6q+s