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