Unicode Finder

"፬" U+136C(ETHIOPIC DIGIT FOUR)

U+136C
Nome do Bloco
Ethiopic
Nome
ETHIOPIC DIGIT FOUR

Programming

C
\u136C
JavaScript
\u136C
Java
\u136C
Json
\u136C
Python
\u136C
Perl
\x{136C}
PHP
\x{136C}
Ruby
\u{136C}
Rust
\u{136C}
Go
\u136C

Web

CSS
\00136C
HtmlDecimal
፬
HtmlHexadecimal
፬
Url
%E1%8D%AC

Code

MD5
7877c268c3a43b08c58a7f68e13e79b8
Sha1
7aa515fe2b81c38023f6147999c8e867c7348314
Base64
4Y2s

Exemplos de Uso

Programming Languages

C:

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

JavaScript:

const char = '\u136C';
console.log(char);  // Output: ፬

Java:

char c = '\u136C';
System.out.println(c);  // Output: ፬

JSON:

{"text": "\u136C"}  // Value: ፬

Python:

char = '\u136C'
print(char)  # Output: ፬

Perl:

my $char = "\x{136C}";
print $char;  # Output: ፬

PHP:

$char = "\x{136C}";
echo $char;  // Output: ፬

Ruby:

char = "\u{136C}"
puts char  # Output: ፬

Rust:

let c = '\u{136C}';
println!("{}", c);  // Output: ፬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00136C";  /* Display: ፬ */
}

HTML Decimal:

<p>HTML decimal: &#4972;</p>  <!-- Display: ፬ -->

HTML Hexadecimal:

<p>HTML hex: &#x136C;</p>  <!-- Display: ፬ -->

URL Encoding:

// ፬ URL encoding
https://unicodefinder.com/search.php?query=%E1%8D%AC

Encodings

MD5:

7877c268c3a43b08c58a7f68e13e79b8

SHA1:

7aa515fe2b81c38023f6147999c8e867c7348314

Base64:

4Y2s