Unicode Finder

"ጽ" U+133D(ETHIOPIC SYLLABLE TSE)

U+133D
Nome do Bloco
Ethiopic
Nome
ETHIOPIC SYLLABLE TSE

Programming

C
\u133D
JavaScript
\u133D
Java
\u133D
Json
\u133D
Python
\u133D
Perl
\x{133D}
PHP
\x{133D}
Ruby
\u{133D}
Rust
\u{133D}
Go
\u133D

Web

CSS
\00133D
HtmlDecimal
ጽ
HtmlHexadecimal
ጽ
Url
%E1%8C%BD

Code

MD5
1f79f97866d6a66d4f27814946c7361f
Sha1
2e6fe33b7d10146eab5d610e2874ac93b282e559
Base64
4Yy9

Exemplos de Uso

Programming Languages

C:

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

JavaScript:

const char = '\u133D';
console.log(char);  // Output: ጽ

Java:

char c = '\u133D';
System.out.println(c);  // Output: ጽ

JSON:

{"text": "\u133D"}  // Value: ጽ

Python:

char = '\u133D'
print(char)  # Output: ጽ

Perl:

my $char = "\x{133D}";
print $char;  # Output: ጽ

PHP:

$char = "\x{133D}";
echo $char;  // Output: ጽ

Ruby:

char = "\u{133D}"
puts char  # Output: ጽ

Rust:

let c = '\u{133D}';
println!("{}", c);  // Output: ጽ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00133D";  /* Display: ጽ */
}

HTML Decimal:

<p>HTML decimal: &#4925;</p>  <!-- Display: ጽ -->

HTML Hexadecimal:

<p>HTML hex: &#x133D;</p>  <!-- Display: ጽ -->

URL Encoding:

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

Encodings

MD5:

1f79f97866d6a66d4f27814946c7361f

SHA1:

2e6fe33b7d10146eab5d610e2874ac93b282e559

Base64:

4Yy9