Unicode Finder

"꯭" U+ABED(MEETEI MAYEK APUN IYEK)

U+ABED
区块名称
Meetei Mayek
名称
MEETEI MAYEK APUN IYEK

Programming

C
\uABED
JavaScript
\uABED
Java
\uABED
Json
\uABED
Python
\uABED
Perl
\x{ABED}
PHP
\x{ABED}
Ruby
\u{ABED}
Rust
\u{ABED}
Go
\uABED

Web

CSS
\00ABED
HtmlDecimal
꯭
HtmlHexadecimal
꯭
Url
%EA%AF%AD

Code

MD5
89dd2e070b924cf603d4087bc5aa11e6
Sha1
6a500db37d68c2ca0be14defc555ccafa80d43d5
Base64
6q+t

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\uABED';
console.log(char);  // Output: ꯭

Java:

char c = '\uABED';
System.out.println(c);  // Output: ꯭

JSON:

{"text": "\uABED"}  // Value: ꯭

Python:

char = '\uABED'
print(char)  # Output: ꯭

Perl:

my $char = "\x{ABED}";
print $char;  # Output: ꯭

PHP:

$char = "\x{ABED}";
echo $char;  // Output: ꯭

Ruby:

char = "\u{ABED}"
puts char  # Output: ꯭

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44013;</p>  <!-- Display: ꯭ -->

HTML Hexadecimal:

<p>HTML hex: &#xABED;</p>  <!-- Display: ꯭ -->

URL Encoding:

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

Encodings

MD5:

89dd2e070b924cf603d4087bc5aa11e6

SHA1:

6a500db37d68c2ca0be14defc555ccafa80d43d5

Base64:

6q+t