C:
char c = '\u2235';
printf("%c\n", c); // Output: ∵
JavaScript:
const char = '\u2235';
console.log(char); // Output: ∵
Java:
char c = '\u2235';
System.out.println(c); // Output: ∵
JSON:
{"text": "\u2235"} // Value: ∵
Python:
char = '\u2235'
print(char) # Output: ∵
Perl:
my $char = "\x{2235}";
print $char; # Output: ∵
PHP:
$char = "\x{2235}";
echo $char; // Output: ∵
Ruby:
char = "\u{2235}"
puts char # Output: ∵
Rust:
let c = '\u{2235}';
println!("{}", c); // Output: ∵
Go:
char := '\u2235'
fmt.Printf("%c\n", char) // Output: ∵
CSS:
/* CSS content property */
.element::before {
content: "\002235"; /* 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%B5
MD5:
f2eabb677c74c2da92c37f96ef6bd9a2
SHA1:
31eec44f602403b1d37ecd73028805a824a50be4
Base64:
4oi1