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