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