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