C:
char c = '\u2209';
printf("%c\n", c); // Output: ∉
JavaScript:
const char = '\u2209';
console.log(char); // Output: ∉
Java:
char c = '\u2209';
System.out.println(c); // Output: ∉
JSON:
{"text": "\u2209"} // Value: ∉
Python:
char = '\u2209'
print(char) # Output: ∉
Perl:
my $char = "\x{2209}";
print $char; # Output: ∉
PHP:
$char = "\x{2209}";
echo $char; // Output: ∉
Ruby:
char = "\u{2209}"
puts char # Output: ∉
Rust:
let c = '\u{2209}';
println!("{}", c); // Output: ∉
Go:
char := '\u2209'
fmt.Printf("%c\n", char) // Output: ∉
CSS:
/* CSS content property */
.element::before {
content: "\002209"; /* 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%89
MD5:
1a2a716c08c7932b106315e7d086ad21
SHA1:
5427920fd9da15c614c1ae627cb7f431ad55a3eb
Base64:
4oiJ