C:
char c = '\u1274';
printf("%c\n", c); // Output: ቴ
JavaScript:
const char = '\u1274';
console.log(char); // Output: ቴ
Java:
char c = '\u1274';
System.out.println(c); // Output: ቴ
JSON:
{"text": "\u1274"} // Value: ቴ
Python:
char = '\u1274'
print(char) # Output: ቴ
Perl:
my $char = "\x{1274}";
print $char; # Output: ቴ
PHP:
$char = "\x{1274}";
echo $char; // Output: ቴ
Ruby:
char = "\u{1274}"
puts char # Output: ቴ
Rust:
let c = '\u{1274}';
println!("{}", c); // Output: ቴ
Go:
char := '\u1274'
fmt.Printf("%c\n", char) // Output: ቴ
CSS:
/* CSS content property */
.element::before {
content: "\001274"; /* 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%B4
MD5:
2806b805daea11dc2b2a196d3fa6e0f1
SHA1:
dc894ce83add8905d2675ba860c549b20d745a6b
Base64:
4Ym0