C:
char c = '\u225B';
printf("%c\n", c); // Output: ≛
JavaScript:
const char = '\u225B';
console.log(char); // Output: ≛
Java:
char c = '\u225B';
System.out.println(c); // Output: ≛
JSON:
{"text": "\u225B"} // Value: ≛
Python:
char = '\u225B'
print(char) # Output: ≛
Perl:
my $char = "\x{225B}";
print $char; # Output: ≛
PHP:
$char = "\x{225B}";
echo $char; // Output: ≛
Ruby:
char = "\u{225B}"
puts char # Output: ≛
Rust:
let c = '\u{225B}';
println!("{}", c); // Output: ≛
Go:
char := '\u225B'
fmt.Printf("%c\n", char) // Output: ≛
CSS:
/* CSS content property */
.element::before {
content: "\00225B"; /* 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%89%9B
MD5:
24fd5ddde3b5b2d62dd1a0516a286af2
SHA1:
b66a75b16be02678ef00a3b3b024131193a77f30
Base64:
4omb