C:
char c = '\u2238';
printf("%c\n", c); // Output: ∸
JavaScript:
const char = '\u2238';
console.log(char); // Output: ∸
Java:
char c = '\u2238';
System.out.println(c); // Output: ∸
JSON:
{"text": "\u2238"} // Value: ∸
Python:
char = '\u2238'
print(char) # Output: ∸
Perl:
my $char = "\x{2238}";
print $char; # Output: ∸
PHP:
$char = "\x{2238}";
echo $char; // Output: ∸
Ruby:
char = "\u{2238}"
puts char # Output: ∸
Rust:
let c = '\u{2238}';
println!("{}", c); // Output: ∸
Go:
char := '\u2238'
fmt.Printf("%c\n", char) // Output: ∸
CSS:
/* CSS content property */
.element::before {
content: "\002238"; /* 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%B8
MD5:
d435990768127271ca930f7c9d288b86
SHA1:
29473e7270d4037ebc3325e8db6c3349dcd56210
Base64:
4oi4