C:
char c = '\u28BA';
printf("%c\n", c); // Output: ⢺
JavaScript:
const char = '\u28BA';
console.log(char); // Output: ⢺
Java:
char c = '\u28BA';
System.out.println(c); // Output: ⢺
JSON:
{"text": "\u28BA"} // Value: ⢺
Python:
char = '\u28BA'
print(char) # Output: ⢺
Perl:
my $char = "\x{28BA}";
print $char; # Output: ⢺
PHP:
$char = "\x{28BA}";
echo $char; // Output: ⢺
Ruby:
char = "\u{28BA}"
puts char # Output: ⢺
Rust:
let c = '\u{28BA}';
println!("{}", c); // Output: ⢺
Go:
char := '\u28BA'
fmt.Printf("%c\n", char) // Output: ⢺
CSS:
/* CSS content property */
.element::before {
content: "\0028BA"; /* 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%A2%BA
MD5:
5939108c41f97224736f00b2194b2d9f
SHA1:
921a7f63f4d1ed9ed29a34f4242025e2219a82d7
Base64:
4qK6