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