Unicode Finder

"ጘ" U+1318(ETHIOPIC SYLLABLE GGA)

U+1318
Nom du Bloc
Ethiopic
Nom
ETHIOPIC SYLLABLE GGA

Programming

C
\u1318
JavaScript
\u1318
Java
\u1318
Json
\u1318
Python
\u1318
Perl
\x{1318}
PHP
\x{1318}
Ruby
\u{1318}
Rust
\u{1318}
Go
\u1318

Web

CSS
\001318
HtmlDecimal
ጘ
HtmlHexadecimal
ጘ
Url
%E1%8C%98

Code

MD5
c39dae9f4321245c2a43fe4ddd0ba44f
Sha1
96a9a70432c5f636f409de86afc3ad1d5664e4d8
Base64
4YyY

Exemples d'Utilisation

Programming Languages

C:

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

JavaScript:

const char = '\u1318';
console.log(char);  // Output: ጘ

Java:

char c = '\u1318';
System.out.println(c);  // Output: ጘ

JSON:

{"text": "\u1318"}  // Value: ጘ

Python:

char = '\u1318'
print(char)  # Output: ጘ

Perl:

my $char = "\x{1318}";
print $char;  # Output: ጘ

PHP:

$char = "\x{1318}";
echo $char;  // Output: ጘ

Ruby:

char = "\u{1318}"
puts char  # Output: ጘ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001318";  /* Display: ጘ */
}

HTML Decimal:

<p>HTML decimal: &#4888;</p>  <!-- Display: ጘ -->

HTML Hexadecimal:

<p>HTML hex: &#x1318;</p>  <!-- Display: ጘ -->

URL Encoding:

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

Encodings

MD5:

c39dae9f4321245c2a43fe4ddd0ba44f

SHA1:

96a9a70432c5f636f409de86afc3ad1d5664e4d8

Base64:

4YyY