C:
char c = '\u22BC';
printf("%c\n", c); // Output: ⊼
JavaScript:
const char = '\u22BC';
console.log(char); // Output: ⊼
Java:
char c = '\u22BC';
System.out.println(c); // Output: ⊼
JSON:
{"text": "\u22BC"} // Value: ⊼
Python:
char = '\u22BC'
print(char) # Output: ⊼
Perl:
my $char = "\x{22BC}";
print $char; # Output: ⊼
PHP:
$char = "\x{22BC}";
echo $char; // Output: ⊼
Ruby:
char = "\u{22BC}"
puts char # Output: ⊼
Rust:
let c = '\u{22BC}';
println!("{}", c); // Output: ⊼
Go:
char := '\u22BC'
fmt.Printf("%c\n", char) // Output: ⊼
CSS:
/* CSS content property */
.element::before {
content: "\0022BC"; /* 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%8A%BC
MD5:
16f17e6db218bb5c184bbf7c7f95d3c2
SHA1:
eb76d6686e337e6b0eee5ffc4d12c6c5c994bca3
Base64:
4oq8