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