C:
char c = '\u236B';
printf("%c\n", c); // Output: ⍫
JavaScript:
const char = '\u236B';
console.log(char); // Output: ⍫
Java:
char c = '\u236B';
System.out.println(c); // Output: ⍫
JSON:
{"text": "\u236B"} // Value: ⍫
Python:
char = '\u236B'
print(char) # Output: ⍫
Perl:
my $char = "\x{236B}";
print $char; # Output: ⍫
PHP:
$char = "\x{236B}";
echo $char; // Output: ⍫
Ruby:
char = "\u{236B}"
puts char # Output: ⍫
Rust:
let c = '\u{236B}';
println!("{}", c); // Output: ⍫
Go:
char := '\u236B'
fmt.Printf("%c\n", char) // Output: ⍫
CSS:
/* CSS content property */
.element::before {
content: "\00236B"; /* 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%8D%AB
MD5:
e44ab51ab3daa08105d9e508781e7b4e
SHA1:
b8134bbd7ada7945f8797e397526fe90a1fcbc97
Base64:
4o2r