C:
char c = '\u1ABB';
printf("%c\n", c); // Output: ᪻
JavaScript:
const char = '\u1ABB';
console.log(char); // Output: ᪻
Java:
char c = '\u1ABB';
System.out.println(c); // Output: ᪻
JSON:
{"text": "\u1ABB"} // Value: ᪻
Python:
char = '\u1ABB'
print(char) # Output: ᪻
Perl:
my $char = "\x{1ABB}";
print $char; # Output: ᪻
PHP:
$char = "\x{1ABB}";
echo $char; // Output: ᪻
Ruby:
char = "\u{1ABB}"
puts char # Output: ᪻
Rust:
let c = '\u{1ABB}';
println!("{}", c); // Output: ᪻
Go:
char := '\u1ABB'
fmt.Printf("%c\n", char) // Output: ᪻
CSS:
/* CSS content property */
.element::before {
content: "\001ABB"; /* 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%AA%BB
MD5:
b98375fbc04929443d7ef01f0d857e5a
SHA1:
c802ecf3ab080c1c20d4c66743b102398efc5269
Base64:
4aq7