C:
char c = '\u233B';
printf("%c\n", c); // Output: ⌻
JavaScript:
const char = '\u233B';
console.log(char); // Output: ⌻
Java:
char c = '\u233B';
System.out.println(c); // Output: ⌻
JSON:
{"text": "\u233B"} // Value: ⌻
Python:
char = '\u233B'
print(char) # Output: ⌻
Perl:
my $char = "\x{233B}";
print $char; # Output: ⌻
PHP:
$char = "\x{233B}";
echo $char; // Output: ⌻
Ruby:
char = "\u{233B}"
puts char # Output: ⌻
Rust:
let c = '\u{233B}';
println!("{}", c); // Output: ⌻
Go:
char := '\u233B'
fmt.Printf("%c\n", char) // Output: ⌻
CSS:
/* CSS content property */
.element::before {
content: "\00233B"; /* 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%8C%BB
MD5:
1739cf85916bce6f5d2efdbe7a927bc3
SHA1:
e77fba32d2a8479ae1c78b90bdd9211fc11ab4e3
Base64:
4oy7