Unicode Finder

"ቸ" U+1278(ETHIOPIC SYLLABLE CA)

U+1278
Nome do Bloco
Ethiopic
Nome
ETHIOPIC SYLLABLE CA

Programming

C
\u1278
JavaScript
\u1278
Java
\u1278
Json
\u1278
Python
\u1278
Perl
\x{1278}
PHP
\x{1278}
Ruby
\u{1278}
Rust
\u{1278}
Go
\u1278

Web

CSS
\001278
HtmlDecimal
ቸ
HtmlHexadecimal
ቸ
Url
%E1%89%B8

Code

MD5
9664e9cf8364e7b6fd4f1c2459c2c209
Sha1
1c383be77852b117ddef6597714480887759dd66
Base64
4Ym4

Exemplos de Uso

Programming Languages

C:

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

JavaScript:

const char = '\u1278';
console.log(char);  // Output: ቸ

Java:

char c = '\u1278';
System.out.println(c);  // Output: ቸ

JSON:

{"text": "\u1278"}  // Value: ቸ

Python:

char = '\u1278'
print(char)  # Output: ቸ

Perl:

my $char = "\x{1278}";
print $char;  # Output: ቸ

PHP:

$char = "\x{1278}";
echo $char;  // Output: ቸ

Ruby:

char = "\u{1278}"
puts char  # Output: ቸ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001278";  /* Display: ቸ */
}

HTML Decimal:

<p>HTML decimal: &#4728;</p>  <!-- Display: ቸ -->

HTML Hexadecimal:

<p>HTML hex: &#x1278;</p>  <!-- Display: ቸ -->

URL Encoding:

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

Encodings

MD5:

9664e9cf8364e7b6fd4f1c2459c2c209

SHA1:

1c383be77852b117ddef6597714480887759dd66

Base64:

4Ym4