C:
char c = '\u2274';
printf("%c\n", c); // Output: ≴
JavaScript:
const char = '\u2274';
console.log(char); // Output: ≴
Java:
char c = '\u2274';
System.out.println(c); // Output: ≴
JSON:
{"text": "\u2274"} // Value: ≴
Python:
char = '\u2274'
print(char) # Output: ≴
Perl:
my $char = "\x{2274}";
print $char; # Output: ≴
PHP:
$char = "\x{2274}";
echo $char; // Output: ≴
Ruby:
char = "\u{2274}"
puts char # Output: ≴
Rust:
let c = '\u{2274}';
println!("{}", c); // Output: ≴
Go:
char := '\u2274'
fmt.Printf("%c\n", char) // Output: ≴
CSS:
/* CSS content property */
.element::before {
content: "\002274"; /* 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%B4
MD5:
9e226e437be79c3e69990cc82ca951e0
SHA1:
3ebb04b447e9ce2eb7941c8ee251029364f0ee67
Base64:
4om0