Unicode Finder

"ꬕ" U+AB15(ETHIOPIC SYLLABLE DZE)

U+AB15
ブロック名
Ethiopic Extended-A
名前
ETHIOPIC SYLLABLE DZE

Programming

C
\uAB15
JavaScript
\uAB15
Java
\uAB15
Json
\uAB15
Python
\uAB15
Perl
\x{AB15}
PHP
\x{AB15}
Ruby
\u{AB15}
Rust
\u{AB15}
Go
\uAB15

Web

CSS
\00AB15
HtmlDecimal
ꬕ
HtmlHexadecimal
ꬕ
Url
%EA%AC%95

Code

MD5
e283d695789757c68d9ed2354f9cfa63
Sha1
f68ddb4e01780b89f4ac43eb17d0965694296a4e
Base64
6qyV

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAB15';
console.log(char);  // Output: ꬕ

Java:

char c = '\uAB15';
System.out.println(c);  // Output: ꬕ

JSON:

{"text": "\uAB15"}  // Value: ꬕ

Python:

char = '\uAB15'
print(char)  # Output: ꬕ

Perl:

my $char = "\x{AB15}";
print $char;  # Output: ꬕ

PHP:

$char = "\x{AB15}";
echo $char;  // Output: ꬕ

Ruby:

char = "\u{AB15}"
puts char  # Output: ꬕ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43797;</p>  <!-- Display: ꬕ -->

HTML Hexadecimal:

<p>HTML hex: &#xAB15;</p>  <!-- Display: ꬕ -->

URL Encoding:

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

Encodings

MD5:

e283d695789757c68d9ed2354f9cfa63

SHA1:

f68ddb4e01780b89f4ac43eb17d0965694296a4e

Base64:

6qyV