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