Unicode Finder

"ጐ" U+1310(ETHIOPIC SYLLABLE GWA)

U+1310
區塊名稱
Ethiopic
名稱
ETHIOPIC SYLLABLE GWA

Programming

C
\u1310
JavaScript
\u1310
Java
\u1310
Json
\u1310
Python
\u1310
Perl
\x{1310}
PHP
\x{1310}
Ruby
\u{1310}
Rust
\u{1310}
Go
\u1310

Web

CSS
\001310
HtmlDecimal
ጐ
HtmlHexadecimal
ጐ
Url
%E1%8C%90

Code

MD5
a0975dc943a3d59e43a8e2648cc3f014
Sha1
cd7fab842e3dccc5986fa5c3746f3252e9d838eb
Base64
4YyQ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u1310';
console.log(char);  // Output: ጐ

Java:

char c = '\u1310';
System.out.println(c);  // Output: ጐ

JSON:

{"text": "\u1310"}  // Value: ጐ

Python:

char = '\u1310'
print(char)  # Output: ጐ

Perl:

my $char = "\x{1310}";
print $char;  # Output: ጐ

PHP:

$char = "\x{1310}";
echo $char;  // Output: ጐ

Ruby:

char = "\u{1310}"
puts char  # Output: ጐ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001310";  /* Display: ጐ */
}

HTML Decimal:

<p>HTML decimal: &#4880;</p>  <!-- Display: ጐ -->

HTML Hexadecimal:

<p>HTML hex: &#x1310;</p>  <!-- Display: ጐ -->

URL Encoding:

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

Encodings

MD5:

a0975dc943a3d59e43a8e2648cc3f014

SHA1:

cd7fab842e3dccc5986fa5c3746f3252e9d838eb

Base64:

4YyQ