C:
char c = '\u123A';
printf("%c\n", c); // Output: ሺ
JavaScript:
const char = '\u123A';
console.log(char); // Output: ሺ
Java:
char c = '\u123A';
System.out.println(c); // Output: ሺ
JSON:
{"text": "\u123A"} // Value: ሺ
Python:
char = '\u123A'
print(char) # Output: ሺ
Perl:
my $char = "\x{123A}";
print $char; # Output: ሺ
PHP:
$char = "\x{123A}";
echo $char; // Output: ሺ
Ruby:
char = "\u{123A}"
puts char # Output: ሺ
Rust:
let c = '\u{123A}';
println!("{}", c); // Output: ሺ
Go:
char := '\u123A'
fmt.Printf("%c\n", char) // Output: ሺ
CSS:
/* CSS content property */
.element::before {
content: "\00123A"; /* 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%88%BA
MD5:
ec69a7fbfe815045dc5496e3c2983a40
SHA1:
3d3e3925ec9ecc9f4ecd0b70e64415d8f4871bf4
Base64:
4Yi6