C:
char c = '\u2BAB';
printf("%c\n", c); // Output: ⮫
JavaScript:
const char = '\u2BAB';
console.log(char); // Output: ⮫
Java:
char c = '\u2BAB';
System.out.println(c); // Output: ⮫
JSON:
{"text": "\u2BAB"} // Value: ⮫
Python:
char = '\u2BAB'
print(char) # Output: ⮫
Perl:
my $char = "\x{2BAB}";
print $char; # Output: ⮫
PHP:
$char = "\x{2BAB}";
echo $char; // Output: ⮫
Ruby:
char = "\u{2BAB}"
puts char # Output: ⮫
Rust:
let c = '\u{2BAB}';
println!("{}", c); // Output: ⮫
Go:
char := '\u2BAB'
fmt.Printf("%c\n", char) // Output: ⮫
CSS:
/* CSS content property */
.element::before {
content: "\002BAB"; /* 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%AE%AB
MD5:
fee2a81f2276e9d23d69dbe08faff3c4
SHA1:
6c5568f8c379d80cfdfaa0fa9a00896acb68f215
Base64:
4q6r