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