C:
char c = '\u236C';
printf("%c\n", c); // Output: ⍬
JavaScript:
const char = '\u236C';
console.log(char); // Output: ⍬
Java:
char c = '\u236C';
System.out.println(c); // Output: ⍬
JSON:
{"text": "\u236C"} // Value: ⍬
Python:
char = '\u236C'
print(char) # Output: ⍬
Perl:
my $char = "\x{236C}";
print $char; # Output: ⍬
PHP:
$char = "\x{236C}";
echo $char; // Output: ⍬
Ruby:
char = "\u{236C}"
puts char # Output: ⍬
Rust:
let c = '\u{236C}';
println!("{}", c); // Output: ⍬
Go:
char := '\u236C'
fmt.Printf("%c\n", char) // Output: ⍬
CSS:
/* CSS content property */
.element::before {
content: "\00236C"; /* 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%AC
MD5:
02da3a294053839a063e21601e57e783
SHA1:
e9d1b7f5247f875c8d4c9d82818bf129d400ade4
Base64:
4o2s