C:
char c = '\u2256';
printf("%c\n", c); // Output: ≖
JavaScript:
const char = '\u2256';
console.log(char); // Output: ≖
Java:
char c = '\u2256';
System.out.println(c); // Output: ≖
JSON:
{"text": "\u2256"} // Value: ≖
Python:
char = '\u2256'
print(char) # Output: ≖
Perl:
my $char = "\x{2256}";
print $char; # Output: ≖
PHP:
$char = "\x{2256}";
echo $char; // Output: ≖
Ruby:
char = "\u{2256}"
puts char # Output: ≖
Rust:
let c = '\u{2256}';
println!("{}", c); // Output: ≖
Go:
char := '\u2256'
fmt.Printf("%c\n", char) // Output: ≖
CSS:
/* CSS content property */
.element::before {
content: "\002256"; /* 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%89%96
MD5:
2bede942174bb71430b7124144936730
SHA1:
85ab7e37bbfabd2e82594c0f6662dbe6d7b74166
Base64:
4omW