Unicode Finder

"ጹ" U+1339(ETHIOPIC SYLLABLE TSU)

U+1339
Nom du Bloc
Ethiopic
Nom
ETHIOPIC SYLLABLE TSU

Programming

C
\u1339
JavaScript
\u1339
Java
\u1339
Json
\u1339
Python
\u1339
Perl
\x{1339}
PHP
\x{1339}
Ruby
\u{1339}
Rust
\u{1339}
Go
\u1339

Web

CSS
\001339
HtmlDecimal
ጹ
HtmlHexadecimal
ጹ
Url
%E1%8C%B9

Code

MD5
3d9fa91ed9426eefbe311d4c7e8a6fa8
Sha1
d52bf4cf8c23a574b6df690ee4b93a238bba7e2e
Base64
4Yy5

Exemples d'Utilisation

Programming Languages

C:

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

JavaScript:

const char = '\u1339';
console.log(char);  // Output: ጹ

Java:

char c = '\u1339';
System.out.println(c);  // Output: ጹ

JSON:

{"text": "\u1339"}  // Value: ጹ

Python:

char = '\u1339'
print(char)  # Output: ጹ

Perl:

my $char = "\x{1339}";
print $char;  # Output: ጹ

PHP:

$char = "\x{1339}";
echo $char;  // Output: ጹ

Ruby:

char = "\u{1339}"
puts char  # Output: ጹ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001339";  /* Display: ጹ */
}

HTML Decimal:

<p>HTML decimal: &#4921;</p>  <!-- Display: ጹ -->

HTML Hexadecimal:

<p>HTML hex: &#x1339;</p>  <!-- Display: ጹ -->

URL Encoding:

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

Encodings

MD5:

3d9fa91ed9426eefbe311d4c7e8a6fa8

SHA1:

d52bf4cf8c23a574b6df690ee4b93a238bba7e2e

Base64:

4Yy5