Unicode Finder

"ጸ" U+1338(ETHIOPIC SYLLABLE TSA)

U+1338
اسم الكتلة
Ethiopic
الاسم
ETHIOPIC SYLLABLE TSA

Programming

C
\u1338
JavaScript
\u1338
Java
\u1338
Json
\u1338
Python
\u1338
Perl
\x{1338}
PHP
\x{1338}
Ruby
\u{1338}
Rust
\u{1338}
Go
\u1338

Web

CSS
\001338
HtmlDecimal
ጸ
HtmlHexadecimal
ጸ
Url
%E1%8C%B8

Code

MD5
de860564ef938348d2746030fc73693d
Sha1
4ecaeec81743414e7e22d8b54882d6e2bdb0c438
Base64
4Yy4

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

Programming Languages

C:

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

JavaScript:

const char = '\u1338';
console.log(char);  // Output: ጸ

Java:

char c = '\u1338';
System.out.println(c);  // Output: ጸ

JSON:

{"text": "\u1338"}  // Value: ጸ

Python:

char = '\u1338'
print(char)  # Output: ጸ

Perl:

my $char = "\x{1338}";
print $char;  # Output: ጸ

PHP:

$char = "\x{1338}";
echo $char;  // Output: ጸ

Ruby:

char = "\u{1338}"
puts char  # Output: ጸ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001338";  /* Display: ጸ */
}

HTML Decimal:

<p>HTML decimal: &#4920;</p>  <!-- Display: ጸ -->

HTML Hexadecimal:

<p>HTML hex: &#x1338;</p>  <!-- Display: ጸ -->

URL Encoding:

// ጸ URL encoding
https://unicodefinder.com/search.php?query=%E1%8C%B8

Encodings

MD5:

de860564ef938348d2746030fc73693d

SHA1:

4ecaeec81743414e7e22d8b54882d6e2bdb0c438

Base64:

4Yy4