C:
char c = '\u2216';
printf("%c\n", c); // Output: ∖
JavaScript:
const char = '\u2216';
console.log(char); // Output: ∖
Java:
char c = '\u2216';
System.out.println(c); // Output: ∖
JSON:
{"text": "\u2216"} // Value: ∖
Python:
char = '\u2216'
print(char) # Output: ∖
Perl:
my $char = "\x{2216}";
print $char; # Output: ∖
PHP:
$char = "\x{2216}";
echo $char; // Output: ∖
Ruby:
char = "\u{2216}"
puts char # Output: ∖
Rust:
let c = '\u{2216}';
println!("{}", c); // Output: ∖
Go:
char := '\u2216'
fmt.Printf("%c\n", char) // Output: ∖
CSS:
/* CSS content property */
.element::before {
content: "\002216"; /* 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%96
MD5:
e111896236edfdd01878762d26655cee
SHA1:
07b7f6e9b3d0fdeb44c8d3f9ace06d71fc42cf94
Base64:
4oiW