C:
char c = '\u123B';
printf("%c\n", c); // Output: ሻ
JavaScript:
const char = '\u123B';
console.log(char); // Output: ሻ
Java:
char c = '\u123B';
System.out.println(c); // Output: ሻ
JSON:
{"text": "\u123B"} // Value: ሻ
Python:
char = '\u123B'
print(char) # Output: ሻ
Perl:
my $char = "\x{123B}";
print $char; # Output: ሻ
PHP:
$char = "\x{123B}";
echo $char; // Output: ሻ
Ruby:
char = "\u{123B}"
puts char # Output: ሻ
Rust:
let c = '\u{123B}';
println!("{}", c); // Output: ሻ
Go:
char := '\u123B'
fmt.Printf("%c\n", char) // Output: ሻ
CSS:
/* CSS content property */
.element::before {
content: "\00123B"; /* 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%BB
MD5:
9cb1b477e7e24afb883ba7d54d02cee4
SHA1:
86336d0f792f62b1503521018c0bbadd0da2de5d
Base64:
4Yi7