C:
char c = '\u225E';
printf("%c\n", c); // Output: ≞
JavaScript:
const char = '\u225E';
console.log(char); // Output: ≞
Java:
char c = '\u225E';
System.out.println(c); // Output: ≞
JSON:
{"text": "\u225E"} // Value: ≞
Python:
char = '\u225E'
print(char) # Output: ≞
Perl:
my $char = "\x{225E}";
print $char; # Output: ≞
PHP:
$char = "\x{225E}";
echo $char; // Output: ≞
Ruby:
char = "\u{225E}"
puts char # Output: ≞
Rust:
let c = '\u{225E}';
println!("{}", c); // Output: ≞
Go:
char := '\u225E'
fmt.Printf("%c\n", char) // Output: ≞
CSS:
/* CSS content property */
.element::before {
content: "\00225E"; /* 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%9E
MD5:
24883d06ae8a492aab7731506485f90b
SHA1:
5d8172e939606518b229c70e461f1cc96ea3a9bd
Base64:
4ome