Unicode Finder

"ሻ" U+123B(ETHIOPIC SYLLABLE SHAA)

U+123B
Nama Blok
Ethiopic
Nama
ETHIOPIC SYLLABLE SHAA

Programming

C
\u123B
JavaScript
\u123B
Java
\u123B
Json
\u123B
Python
\u123B
Perl
\x{123B}
PHP
\x{123B}
Ruby
\u{123B}
Rust
\u{123B}
Go
\u123B

Web

CSS
\00123B
HtmlDecimal
ሻ
HtmlHexadecimal
ሻ
Url
%E1%88%BB

Code

MD5
9cb1b477e7e24afb883ba7d54d02cee4
Sha1
86336d0f792f62b1503521018c0bbadd0da2de5d
Base64
4Yi7

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u123B';
console.log(char);  // Output: ሻ

Java:

char c = '\u123B';
System.out.println(c);  // Output: ሻ

JSON:

{"text": "\u123B"}  // Value: ሻ

Python:

char = '\u123B'
print(char)  # Output: ሻ

Perl:

my $char = "\x{123B}";
print $char;  # Output: ሻ

PHP:

$char = "\x{123B}";
echo $char;  // Output: ሻ

Ruby:

char = "\u{123B}"
puts char  # Output: ሻ

Rust:

let c = '\u{123B}';
println!("{}", c);  // Output: ሻ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00123B";  /* Display: ሻ */
}

HTML Decimal:

<p>HTML decimal: &#4667;</p>  <!-- Display: ሻ -->

HTML Hexadecimal:

<p>HTML hex: &#x123B;</p>  <!-- Display: ሻ -->

URL Encoding:

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

Encodings

MD5:

9cb1b477e7e24afb883ba7d54d02cee4

SHA1:

86336d0f792f62b1503521018c0bbadd0da2de5d

Base64:

4Yi7