C:
char c = '\u1279';
printf("%c\n", c); // Output: ቹ
JavaScript:
const char = '\u1279';
console.log(char); // Output: ቹ
Java:
char c = '\u1279';
System.out.println(c); // Output: ቹ
JSON:
{"text": "\u1279"} // Value: ቹ
Python:
char = '\u1279'
print(char) # Output: ቹ
Perl:
my $char = "\x{1279}";
print $char; # Output: ቹ
PHP:
$char = "\x{1279}";
echo $char; // Output: ቹ
Ruby:
char = "\u{1279}"
puts char # Output: ቹ
Rust:
let c = '\u{1279}';
println!("{}", c); // Output: ቹ
Go:
char := '\u1279'
fmt.Printf("%c\n", char) // Output: ቹ
CSS:
/* CSS content property */
.element::before {
content: "\001279"; /* 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%B9
MD5:
1ba047a8a63a72cdd292a3d9244afcfc
SHA1:
9f488a5c8eac1bce1b80d3e5e31bb7d6ae54b688
Base64:
4Ym5