C:
char c = '\u2269';
printf("%c\n", c); // Output: ≩
JavaScript:
const char = '\u2269';
console.log(char); // Output: ≩
Java:
char c = '\u2269';
System.out.println(c); // Output: ≩
JSON:
{"text": "\u2269"} // Value: ≩
Python:
char = '\u2269'
print(char) # Output: ≩
Perl:
my $char = "\x{2269}";
print $char; # Output: ≩
PHP:
$char = "\x{2269}";
echo $char; // Output: ≩
Ruby:
char = "\u{2269}"
puts char # Output: ≩
Rust:
let c = '\u{2269}';
println!("{}", c); // Output: ≩
Go:
char := '\u2269'
fmt.Printf("%c\n", char) // Output: ≩
CSS:
/* CSS content property */
.element::before {
content: "\002269"; /* 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%A9
MD5:
b030ae50272e82c66b2ae1a2feecf3e8
SHA1:
2edc025200ae513a73faa9c0f9ba87b95f331c18
Base64:
4omp