Unicode Finder

"ꬓ" U+AB13(ETHIOPIC SYLLABLE DZAA)

U+AB13
ブロック名
Ethiopic Extended-A
名前
ETHIOPIC SYLLABLE DZAA

Programming

C
\uAB13
JavaScript
\uAB13
Java
\uAB13
Json
\uAB13
Python
\uAB13
Perl
\x{AB13}
PHP
\x{AB13}
Ruby
\u{AB13}
Rust
\u{AB13}
Go
\uAB13

Web

CSS
\00AB13
HtmlDecimal
ꬓ
HtmlHexadecimal
ꬓ
Url
%EA%AC%93

Code

MD5
9707ece7afa81f5093d54b31d6f6e3f8
Sha1
1ab66397ad708aa287874fd013090189facdee5b
Base64
6qyT

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAB13';
console.log(char);  // Output: ꬓ

Java:

char c = '\uAB13';
System.out.println(c);  // Output: ꬓ

JSON:

{"text": "\uAB13"}  // Value: ꬓ

Python:

char = '\uAB13'
print(char)  # Output: ꬓ

Perl:

my $char = "\x{AB13}";
print $char;  # Output: ꬓ

PHP:

$char = "\x{AB13}";
echo $char;  // Output: ꬓ

Ruby:

char = "\u{AB13}"
puts char  # Output: ꬓ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43795;</p>  <!-- Display: ꬓ -->

HTML Hexadecimal:

<p>HTML hex: &#xAB13;</p>  <!-- Display: ꬓ -->

URL Encoding:

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

Encodings

MD5:

9707ece7afa81f5093d54b31d6f6e3f8

SHA1:

1ab66397ad708aa287874fd013090189facdee5b

Base64:

6qyT