C:
char c = '\u22B9';
printf("%c\n", c); // Output: ⊹
JavaScript:
const char = '\u22B9';
console.log(char); // Output: ⊹
Java:
char c = '\u22B9';
System.out.println(c); // Output: ⊹
JSON:
{"text": "\u22B9"} // Value: ⊹
Python:
char = '\u22B9'
print(char) # Output: ⊹
Perl:
my $char = "\x{22B9}";
print $char; # Output: ⊹
PHP:
$char = "\x{22B9}";
echo $char; // Output: ⊹
Ruby:
char = "\u{22B9}"
puts char # Output: ⊹
Rust:
let c = '\u{22B9}';
println!("{}", c); // Output: ⊹
Go:
char := '\u22B9'
fmt.Printf("%c\n", char) // Output: ⊹
CSS:
/* CSS content property */
.element::before {
content: "\0022B9"; /* 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%8A%B9
MD5:
3fdf527cf6ba57ba0f19ec2b10e85f0a
SHA1:
d450a95aa31bf0ca5a6cf24db53247ec65bfc4e5
Base64:
4oq5