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