Unicode Finder

"꯰" U+ABF0(MEETEI MAYEK DIGIT ZERO)

U+ABF0
ブロック名
Meetei Mayek
名前
MEETEI MAYEK DIGIT ZERO

Programming

C
\uABF0
JavaScript
\uABF0
Java
\uABF0
Json
\uABF0
Python
\uABF0
Perl
\x{ABF0}
PHP
\x{ABF0}
Ruby
\u{ABF0}
Rust
\u{ABF0}
Go
\uABF0

Web

CSS
\00ABF0
HtmlDecimal
꯰
HtmlHexadecimal
꯰
Url
%EA%AF%B0

Code

MD5
7758174f9576f017e7df3f35c8597152
Sha1
11c53b6a0007e26c93a7314682ab0a33d9879112
Base64
6q+w

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uABF0';
console.log(char);  // Output: ꯰

Java:

char c = '\uABF0';
System.out.println(c);  // Output: ꯰

JSON:

{"text": "\uABF0"}  // Value: ꯰

Python:

char = '\uABF0'
print(char)  # Output: ꯰

Perl:

my $char = "\x{ABF0}";
print $char;  # Output: ꯰

PHP:

$char = "\x{ABF0}";
echo $char;  // Output: ꯰

Ruby:

char = "\u{ABF0}"
puts char  # Output: ꯰

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44016;</p>  <!-- Display: ꯰ -->

HTML Hexadecimal:

<p>HTML hex: &#xABF0;</p>  <!-- Display: ꯰ -->

URL Encoding:

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

Encodings

MD5:

7758174f9576f017e7df3f35c8597152

SHA1:

11c53b6a0007e26c93a7314682ab0a33d9879112

Base64:

6q+w