C:
char c = '\u1277';
printf("%c\n", c); // Output: ቷ
JavaScript:
const char = '\u1277';
console.log(char); // Output: ቷ
Java:
char c = '\u1277';
System.out.println(c); // Output: ቷ
JSON:
{"text": "\u1277"} // Value: ቷ
Python:
char = '\u1277'
print(char) # Output: ቷ
Perl:
my $char = "\x{1277}";
print $char; # Output: ቷ
PHP:
$char = "\x{1277}";
echo $char; // Output: ቷ
Ruby:
char = "\u{1277}"
puts char # Output: ቷ
Rust:
let c = '\u{1277}';
println!("{}", c); // Output: ቷ
Go:
char := '\u1277'
fmt.Printf("%c\n", char) // Output: ቷ
CSS:
/* CSS content property */
.element::before {
content: "\001277"; /* 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%B7
MD5:
483b8c4d575d439b280dffcf5d6196f3
SHA1:
f647a7f7f91d5d4edf7852d213962e19ddb924f7
Base64:
4Ym3