C:
char c = '\u2275';
printf("%c\n", c); // Output: ≵
JavaScript:
const char = '\u2275';
console.log(char); // Output: ≵
Java:
char c = '\u2275';
System.out.println(c); // Output: ≵
JSON:
{"text": "\u2275"} // Value: ≵
Python:
char = '\u2275'
print(char) # Output: ≵
Perl:
my $char = "\x{2275}";
print $char; # Output: ≵
PHP:
$char = "\x{2275}";
echo $char; // Output: ≵
Ruby:
char = "\u{2275}"
puts char # Output: ≵
Rust:
let c = '\u{2275}';
println!("{}", c); // Output: ≵
Go:
char := '\u2275'
fmt.Printf("%c\n", char) // Output: ≵
CSS:
/* CSS content property */
.element::before {
content: "\002275"; /* 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%B5
MD5:
816a78272830d0f06203230b557a3d0e
SHA1:
824eb43581c5f83d2b1b3f563872c9e1dac5b947
Base64:
4om1