C:
char c = '\u12B8';
printf("%c\n", c); // Output: ኸ
JavaScript:
const char = '\u12B8';
console.log(char); // Output: ኸ
Java:
char c = '\u12B8';
System.out.println(c); // Output: ኸ
JSON:
{"text": "\u12B8"} // Value: ኸ
Python:
char = '\u12B8'
print(char) # Output: ኸ
Perl:
my $char = "\x{12B8}";
print $char; # Output: ኸ
PHP:
$char = "\x{12B8}";
echo $char; // Output: ኸ
Ruby:
char = "\u{12B8}"
puts char # Output: ኸ
Rust:
let c = '\u{12B8}';
println!("{}", c); // Output: ኸ
Go:
char := '\u12B8'
fmt.Printf("%c\n", char) // Output: ኸ
CSS:
/* CSS content property */
.element::before {
content: "\0012B8"; /* 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%8A%B8
MD5:
bdf3487546b49aa3036a2cb27f6a23a7
SHA1:
0e7c7c5d4c62f066be2caa750bdc39eff8f27b4f
Base64:
4Yq4