C:
char c = '\u2222';
printf("%c\n", c); // Output: ∢
JavaScript:
const char = '\u2222';
console.log(char); // Output: ∢
Java:
char c = '\u2222';
System.out.println(c); // Output: ∢
JSON:
{"text": "\u2222"} // Value: ∢
Python:
char = '\u2222'
print(char) # Output: ∢
Perl:
my $char = "\x{2222}";
print $char; # Output: ∢
PHP:
$char = "\x{2222}";
echo $char; // Output: ∢
Ruby:
char = "\u{2222}"
puts char # Output: ∢
Rust:
let c = '\u{2222}';
println!("{}", c); // Output: ∢
Go:
char := '\u2222'
fmt.Printf("%c\n", char) // Output: ∢
CSS:
/* CSS content property */
.element::before {
content: "\002222"; /* 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%A2
MD5:
47aea578c4926219519b444c9a935d59
SHA1:
d1ae9dfadf8cfe3a0a40928b384e5dd2b4a7d68d
Base64:
4oii