C:
char c = '\u2270';
printf("%c\n", c); // Output: ≰
JavaScript:
const char = '\u2270';
console.log(char); // Output: ≰
Java:
char c = '\u2270';
System.out.println(c); // Output: ≰
JSON:
{"text": "\u2270"} // Value: ≰
Python:
char = '\u2270'
print(char) # Output: ≰
Perl:
my $char = "\x{2270}";
print $char; # Output: ≰
PHP:
$char = "\x{2270}";
echo $char; // Output: ≰
Ruby:
char = "\u{2270}"
puts char # Output: ≰
Rust:
let c = '\u{2270}';
println!("{}", c); // Output: ≰
Go:
char := '\u2270'
fmt.Printf("%c\n", char) // Output: ≰
CSS:
/* CSS content property */
.element::before {
content: "\002270"; /* 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%B0
MD5:
6beb604e53243fdd3112fb13020d4fb4
SHA1:
317705ec014119713e07a1df0314d61e74cff2ac
Base64:
4omw