C:
char c = '\u2220';
printf("%c\n", c); // Output: ∠
JavaScript:
const char = '\u2220';
console.log(char); // Output: ∠
Java:
char c = '\u2220';
System.out.println(c); // Output: ∠
JSON:
{"text": "\u2220"} // Value: ∠
Python:
char = '\u2220'
print(char) # Output: ∠
Perl:
my $char = "\x{2220}";
print $char; # Output: ∠
PHP:
$char = "\x{2220}";
echo $char; // Output: ∠
Ruby:
char = "\u{2220}"
puts char # Output: ∠
Rust:
let c = '\u{2220}';
println!("{}", c); // Output: ∠
Go:
char := '\u2220'
fmt.Printf("%c\n", char) // Output: ∠
CSS:
/* CSS content property */
.element::before {
content: "\002220"; /* 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%88%A0
MD5:
705a4bc5b35fef73429fda3211192cb0
SHA1:
08bc67fc26cd31da429e3330e0f5723ac4f95953
Base64:
4oig