C:
char c = '\u22FB';
printf("%c\n", c); // Output: ⋻
JavaScript:
const char = '\u22FB';
console.log(char); // Output: ⋻
Java:
char c = '\u22FB';
System.out.println(c); // Output: ⋻
JSON:
{"text": "\u22FB"} // Value: ⋻
Python:
char = '\u22FB'
print(char) # Output: ⋻
Perl:
my $char = "\x{22FB}";
print $char; # Output: ⋻
PHP:
$char = "\x{22FB}";
echo $char; // Output: ⋻
Ruby:
char = "\u{22FB}"
puts char # Output: ⋻
Rust:
let c = '\u{22FB}';
println!("{}", c); // Output: ⋻
Go:
char := '\u22FB'
fmt.Printf("%c\n", char) // Output: ⋻
CSS:
/* CSS content property */
.element::before {
content: "\0022FB"; /* 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%8B%BB
MD5:
257e9f5e3efda4c1342cdf7495b22d13
SHA1:
79199f89473b28689197aa4e2fedd9bb7e43bfbe
Base64:
4ou7