C:
char c = '\u1276';
printf("%c\n", c); // Output: ቶ
JavaScript:
const char = '\u1276';
console.log(char); // Output: ቶ
Java:
char c = '\u1276';
System.out.println(c); // Output: ቶ
JSON:
{"text": "\u1276"} // Value: ቶ
Python:
char = '\u1276'
print(char) # Output: ቶ
Perl:
my $char = "\x{1276}";
print $char; # Output: ቶ
PHP:
$char = "\x{1276}";
echo $char; // Output: ቶ
Ruby:
char = "\u{1276}"
puts char # Output: ቶ
Rust:
let c = '\u{1276}';
println!("{}", c); // Output: ቶ
Go:
char := '\u1276'
fmt.Printf("%c\n", char) // Output: ቶ
CSS:
/* CSS content property */
.element::before {
content: "\001276"; /* 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%B6
MD5:
25bcd0cb8010a706996e495e98d53c98
SHA1:
3c6d917b9a3ee4e10ecfcc935c140cb757797d1a
Base64:
4Ym2