C:
char c = '\u2232';
printf("%c\n", c); // Output: ∲
JavaScript:
const char = '\u2232';
console.log(char); // Output: ∲
Java:
char c = '\u2232';
System.out.println(c); // Output: ∲
JSON:
{"text": "\u2232"} // Value: ∲
Python:
char = '\u2232'
print(char) # Output: ∲
Perl:
my $char = "\x{2232}";
print $char; # Output: ∲
PHP:
$char = "\x{2232}";
echo $char; // Output: ∲
Ruby:
char = "\u{2232}"
puts char # Output: ∲
Rust:
let c = '\u{2232}';
println!("{}", c); // Output: ∲
Go:
char := '\u2232'
fmt.Printf("%c\n", char) // Output: ∲
CSS:
/* CSS content property */
.element::before {
content: "\002232"; /* 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%B2
MD5:
53fa212ad383ff6086ce5952694492bc
SHA1:
d7deffdc42a19378a4fcfc746380df3eec951306
Base64:
4oiy