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: ቸ
CSS:
/* CSS content property */
.element::before {
content: "\001278"; /* Display: ቸ */
}
HTML Decimal:
<p>HTML decimal: ቸ</p> <!-- Display: ቸ -->
HTML Hexadecimal:
<p>HTML hex: ቸ</p> <!-- Display: ቸ -->
URL Encoding:
// ቸ URL encoding
https://unicodefinder.com/search.php?query=%E1%89%B8
MD5:
9664e9cf8364e7b6fd4f1c2459c2c209
SHA1:
1c383be77852b117ddef6597714480887759dd66
Base64:
4Ym4