Unicode Finder

"꯵" U+ABF5(MEETEI MAYEK DIGIT FIVE)

U+ABF5
ブロック名
Meetei Mayek
名前
MEETEI MAYEK DIGIT FIVE

Programming

C
\uABF5
JavaScript
\uABF5
Java
\uABF5
Json
\uABF5
Python
\uABF5
Perl
\x{ABF5}
PHP
\x{ABF5}
Ruby
\u{ABF5}
Rust
\u{ABF5}
Go
\uABF5

Web

CSS
\00ABF5
HtmlDecimal
꯵
HtmlHexadecimal
꯵
Url
%EA%AF%B5

Code

MD5
6ed61bdf400eb55ed99fd4a8cf51653b
Sha1
2d79c1ac682a9b98f5e06bbd0a78952e01c5e4b9
Base64
6q+1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uABF5';
console.log(char);  // Output: ꯵

Java:

char c = '\uABF5';
System.out.println(c);  // Output: ꯵

JSON:

{"text": "\uABF5"}  // Value: ꯵

Python:

char = '\uABF5'
print(char)  # Output: ꯵

Perl:

my $char = "\x{ABF5}";
print $char;  # Output: ꯵

PHP:

$char = "\x{ABF5}";
echo $char;  // Output: ꯵

Ruby:

char = "\u{ABF5}"
puts char  # Output: ꯵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44021;</p>  <!-- Display: ꯵ -->

HTML Hexadecimal:

<p>HTML hex: &#xABF5;</p>  <!-- Display: ꯵ -->

URL Encoding:

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

Encodings

MD5:

6ed61bdf400eb55ed99fd4a8cf51653b

SHA1:

2d79c1ac682a9b98f5e06bbd0a78952e01c5e4b9

Base64:

6q+1