C:
char c = '\u233A';
printf("%c\n", c); // Output: ⌺
JavaScript:
const char = '\u233A';
console.log(char); // Output: ⌺
Java:
char c = '\u233A';
System.out.println(c); // Output: ⌺
JSON:
{"text": "\u233A"} // Value: ⌺
Python:
char = '\u233A'
print(char) # Output: ⌺
Perl:
my $char = "\x{233A}";
print $char; # Output: ⌺
PHP:
$char = "\x{233A}";
echo $char; // Output: ⌺
Ruby:
char = "\u{233A}"
puts char # Output: ⌺
Rust:
let c = '\u{233A}';
println!("{}", c); // Output: ⌺
Go:
char := '\u233A'
fmt.Printf("%c\n", char) // Output: ⌺
CSS:
/* CSS content property */
.element::before {
content: "\00233A"; /* 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%8C%BA
MD5:
200b5633000077e66f244fa9244c9822
SHA1:
39d60bfbc8131379225dda6548ad1d765eb5ec83
Base64:
4oy6