Unicode Finder

"ዺ" U+12FA(ETHIOPIC SYLLABLE DDI)

U+12FA
Όνομα Μπλοκ
Ethiopic
Όνομα
ETHIOPIC SYLLABLE DDI

Programming

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

Web

CSS
\0012FA
HtmlDecimal
ዺ
HtmlHexadecimal
ዺ
Url
%E1%8B%BA

Code

MD5
e3a825689bfada7e528208147f11ead6
Sha1
aff712ea98f3317b33ffb2f0057e5246dba3c34c
Base64
4Yu6

Παραδείγματα Χρήσης

Programming Languages

C:

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

JavaScript:

const char = '\u12FA';
console.log(char);  // Output: ዺ

Java:

char c = '\u12FA';
System.out.println(c);  // Output: ዺ

JSON:

{"text": "\u12FA"}  // Value: ዺ

Python:

char = '\u12FA'
print(char)  # Output: ዺ

Perl:

my $char = "\x{12FA}";
print $char;  # Output: ዺ

PHP:

$char = "\x{12FA}";
echo $char;  // Output: ዺ

Ruby:

char = "\u{12FA}"
puts char  # Output: ዺ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#4858;</p>  <!-- Display: ዺ -->

HTML Hexadecimal:

<p>HTML hex: &#x12FA;</p>  <!-- Display: ዺ -->

URL Encoding:

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

Encodings

MD5:

e3a825689bfada7e528208147f11ead6

SHA1:

aff712ea98f3317b33ffb2f0057e5246dba3c34c

Base64:

4Yu6