C:
char c = '\u237D';
printf("%c\n", c); // Output: ⍽
JavaScript:
const char = '\u237D';
console.log(char); // Output: ⍽
Java:
char c = '\u237D';
System.out.println(c); // Output: ⍽
JSON:
{"text": "\u237D"} // Value: ⍽
Python:
char = '\u237D'
print(char) # Output: ⍽
Perl:
my $char = "\x{237D}";
print $char; # Output: ⍽
PHP:
$char = "\x{237D}";
echo $char; // Output: ⍽
Ruby:
char = "\u{237D}"
puts char # Output: ⍽
Rust:
let c = '\u{237D}';
println!("{}", c); // Output: ⍽
Go:
char := '\u237D'
fmt.Printf("%c\n", char) // Output: ⍽
CSS:
/* CSS content property */
.element::before {
content: "\00237D"; /* 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%BD
MD5:
98de096e8530f2caebd2e730e1132e86
SHA1:
506e1b28af4ce3b7660f8ba273a3029f4532b9bf
Base64:
4o29