Unicode Finder

"ስ" U+1235(ETHIOPIC SYLLABLE SE)

U+1235
Nom du Bloc
Ethiopic
Nom
ETHIOPIC SYLLABLE SE

Programming

C
\u1235
JavaScript
\u1235
Java
\u1235
Json
\u1235
Python
\u1235
Perl
\x{1235}
PHP
\x{1235}
Ruby
\u{1235}
Rust
\u{1235}
Go
\u1235

Web

CSS
\001235
HtmlDecimal
ስ
HtmlHexadecimal
ስ
Url
%E1%88%B5

Code

MD5
3075c9b677475f0edf96fc8cbb4eee66
Sha1
9d1a760521e912ec5bbb033813749ed7a787dfc5
Base64
4Yi1

Exemples d'Utilisation

Programming Languages

C:

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

JavaScript:

const char = '\u1235';
console.log(char);  // Output: ስ

Java:

char c = '\u1235';
System.out.println(c);  // Output: ስ

JSON:

{"text": "\u1235"}  // Value: ስ

Python:

char = '\u1235'
print(char)  # Output: ስ

Perl:

my $char = "\x{1235}";
print $char;  # Output: ስ

PHP:

$char = "\x{1235}";
echo $char;  // Output: ስ

Ruby:

char = "\u{1235}"
puts char  # Output: ስ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001235";  /* Display: ስ */
}

HTML Decimal:

<p>HTML decimal: &#4661;</p>  <!-- Display: ስ -->

HTML Hexadecimal:

<p>HTML hex: &#x1235;</p>  <!-- Display: ስ -->

URL Encoding:

// ስ URL encoding
https://unicodefinder.com/search.php?query=%E1%88%B5

Encodings

MD5:

3075c9b677475f0edf96fc8cbb4eee66

SHA1:

9d1a760521e912ec5bbb033813749ed7a787dfc5

Base64:

4Yi1