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