C:
char c = '\u223A';
printf("%c\n", c); // Output: ∺
JavaScript:
const char = '\u223A';
console.log(char); // Output: ∺
Java:
char c = '\u223A';
System.out.println(c); // Output: ∺
JSON:
{"text": "\u223A"} // Value: ∺
Python:
char = '\u223A'
print(char) # Output: ∺
Perl:
my $char = "\x{223A}";
print $char; # Output: ∺
PHP:
$char = "\x{223A}";
echo $char; // Output: ∺
Ruby:
char = "\u{223A}"
puts char # Output: ∺
Rust:
let c = '\u{223A}';
println!("{}", c); // Output: ∺
Go:
char := '\u223A'
fmt.Printf("%c\n", char) // Output: ∺
CSS:
/* CSS content property */
.element::before {
content: "\00223A"; /* 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%88%BA
MD5:
cfede9d1971c930fd518b23b01c90b2b
SHA1:
f3ecf83166b73fb1ef5e2de2f9e7089aca6725dd
Base64:
4oi6