Unicode Finder

"ዴ" U+12F4(ETHIOPIC SYLLABLE DEE)

U+12F4
اسم الكتلة
Ethiopic
الاسم
ETHIOPIC SYLLABLE DEE

Programming

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

Web

CSS
\0012F4
HtmlDecimal
ዴ
HtmlHexadecimal
ዴ
Url
%E1%8B%B4

Code

MD5
fd2cd9b6d470d40044de4631c47d12ed
Sha1
e7f543c4ebd56bc53998281dd43ddcc4e6c2185d
Base64
4Yu0

أمثلة الاستخدام

Programming Languages

C:

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

JavaScript:

const char = '\u12F4';
console.log(char);  // Output: ዴ

Java:

char c = '\u12F4';
System.out.println(c);  // Output: ዴ

JSON:

{"text": "\u12F4"}  // Value: ዴ

Python:

char = '\u12F4'
print(char)  # Output: ዴ

Perl:

my $char = "\x{12F4}";
print $char;  # Output: ዴ

PHP:

$char = "\x{12F4}";
echo $char;  // Output: ዴ

Ruby:

char = "\u{12F4}"
puts char  # Output: ዴ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#4852;</p>  <!-- Display: ዴ -->

HTML Hexadecimal:

<p>HTML hex: &#x12F4;</p>  <!-- Display: ዴ -->

URL Encoding:

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

Encodings

MD5:

fd2cd9b6d470d40044de4631c47d12ed

SHA1:

e7f543c4ebd56bc53998281dd43ddcc4e6c2185d

Base64:

4Yu0