C:
char c = '\u235C';
printf("%c\n", c); // Output: ⍜
JavaScript:
const char = '\u235C';
console.log(char); // Output: ⍜
Java:
char c = '\u235C';
System.out.println(c); // Output: ⍜
JSON:
{"text": "\u235C"} // Value: ⍜
Python:
char = '\u235C'
print(char) # Output: ⍜
Perl:
my $char = "\x{235C}";
print $char; # Output: ⍜
PHP:
$char = "\x{235C}";
echo $char; // Output: ⍜
Ruby:
char = "\u{235C}"
puts char # Output: ⍜
Rust:
let c = '\u{235C}';
println!("{}", c); // Output: ⍜
Go:
char := '\u235C'
fmt.Printf("%c\n", char) // Output: ⍜
CSS:
/* CSS content property */
.element::before {
content: "\00235C"; /* 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%8D%9C
MD5:
554732960319008d7611daa2f583f36c
SHA1:
4de8841c631d6f1e7d81e2c5ec8f2e5b3ff881c2
Base64:
4o2c