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