C:
char c = '\u239C';
printf("%c\n", c); // Output: ⎜
JavaScript:
const char = '\u239C';
console.log(char); // Output: ⎜
Java:
char c = '\u239C';
System.out.println(c); // Output: ⎜
JSON:
{"text": "\u239C"} // Value: ⎜
Python:
char = '\u239C'
print(char) # Output: ⎜
Perl:
my $char = "\x{239C}";
print $char; # Output: ⎜
PHP:
$char = "\x{239C}";
echo $char; // Output: ⎜
Ruby:
char = "\u{239C}"
puts char # Output: ⎜
Rust:
let c = '\u{239C}';
println!("{}", c); // Output: ⎜
Go:
char := '\u239C'
fmt.Printf("%c\n", char) // Output: ⎜
CSS:
/* CSS content property */
.element::before {
content: "\00239C"; /* 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%9C
MD5:
96a0358d7724376c7b690eae2a095d1c
SHA1:
d44af71e96b313c8d69894ec51b8b9c32f47c987
Base64:
4o6c