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