Unicode Finder

"ዷ" U+12F7(ETHIOPIC SYLLABLE DWA)

U+12F7
שם בלוק
Ethiopic
שם
ETHIOPIC SYLLABLE DWA

Programming

C
\u12F7
JavaScript
\u12F7
Java
\u12F7
Json
\u12F7
Python
\u12F7
Perl
\x{12F7}
PHP
\x{12F7}
Ruby
\u{12F7}
Rust
\u{12F7}
Go
\u12F7

Web

CSS
\0012F7
HtmlDecimal
ዷ
HtmlHexadecimal
ዷ
Url
%E1%8B%B7

Code

MD5
a0d33986f1cb085544abc0755cf5dcff
Sha1
b12710e68657889b0ca057fd0dd370167256c132
Base64
4Yu3

דוגמאות שימוש

Programming Languages

C:

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

JavaScript:

const char = '\u12F7';
console.log(char);  // Output: ዷ

Java:

char c = '\u12F7';
System.out.println(c);  // Output: ዷ

JSON:

{"text": "\u12F7"}  // Value: ዷ

Python:

char = '\u12F7'
print(char)  # Output: ዷ

Perl:

my $char = "\x{12F7}";
print $char;  # Output: ዷ

PHP:

$char = "\x{12F7}";
echo $char;  // Output: ዷ

Ruby:

char = "\u{12F7}"
puts char  # Output: ዷ

Rust:

let c = '\u{12F7}';
println!("{}", c);  // Output: ዷ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0012F7";  /* Display: ዷ */
}

HTML Decimal:

<p>HTML decimal: &#4855;</p>  <!-- Display: ዷ -->

HTML Hexadecimal:

<p>HTML hex: &#x12F7;</p>  <!-- Display: ዷ -->

URL Encoding:

// ዷ URL encoding
https://unicodefinder.com/search.php?query=%E1%8B%B7

Encodings

MD5:

a0d33986f1cb085544abc0755cf5dcff

SHA1:

b12710e68657889b0ca057fd0dd370167256c132

Base64:

4Yu3