Unicode Finder

"ቷ" U+1277(ETHIOPIC SYLLABLE TWA)

U+1277
Назва Блоку
Ethiopic
Назва
ETHIOPIC SYLLABLE TWA

Programming

C
\u1277
JavaScript
\u1277
Java
\u1277
Json
\u1277
Python
\u1277
Perl
\x{1277}
PHP
\x{1277}
Ruby
\u{1277}
Rust
\u{1277}
Go
\u1277

Web

CSS
\001277
HtmlDecimal
ቷ
HtmlHexadecimal
ቷ
Url
%E1%89%B7

Code

MD5
483b8c4d575d439b280dffcf5d6196f3
Sha1
f647a7f7f91d5d4edf7852d213962e19ddb924f7
Base64
4Ym3

Приклади Використання

Programming Languages

C:

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

JavaScript:

const char = '\u1277';
console.log(char);  // Output: ቷ

Java:

char c = '\u1277';
System.out.println(c);  // Output: ቷ

JSON:

{"text": "\u1277"}  // Value: ቷ

Python:

char = '\u1277'
print(char)  # Output: ቷ

Perl:

my $char = "\x{1277}";
print $char;  # Output: ቷ

PHP:

$char = "\x{1277}";
echo $char;  // Output: ቷ

Ruby:

char = "\u{1277}"
puts char  # Output: ቷ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001277";  /* Display: ቷ */
}

HTML Decimal:

<p>HTML decimal: &#4727;</p>  <!-- Display: ቷ -->

HTML Hexadecimal:

<p>HTML hex: &#x1277;</p>  <!-- Display: ቷ -->

URL Encoding:

// ቷ URL encoding
https://unicodefinder.com/search.php?query=%E1%89%B7

Encodings

MD5:

483b8c4d575d439b280dffcf5d6196f3

SHA1:

f647a7f7f91d5d4edf7852d213962e19ddb924f7

Base64:

4Ym3