C:
char c = '\u227F';
printf("%c\n", c); // Output: ≿
JavaScript:
const char = '\u227F';
console.log(char); // Output: ≿
Java:
char c = '\u227F';
System.out.println(c); // Output: ≿
JSON:
{"text": "\u227F"} // Value: ≿
Python:
char = '\u227F'
print(char) # Output: ≿
Perl:
my $char = "\x{227F}";
print $char; # Output: ≿
PHP:
$char = "\x{227F}";
echo $char; // Output: ≿
Ruby:
char = "\u{227F}"
puts char # Output: ≿
Rust:
let c = '\u{227F}';
println!("{}", c); // Output: ≿
Go:
char := '\u227F'
fmt.Printf("%c\n", char) // Output: ≿
CSS:
/* CSS content property */
.element::before {
content: "\00227F"; /* 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%BF
MD5:
57e921e6d640cccdf2c223f7200ce821
SHA1:
0d876affd3bcdf3050d03b0b04bf97e99a9a2dd5
Base64:
4om/