C:
char c = '\uA4BB';
printf("%c\n", c); // Output: ꒻
JavaScript:
const char = '\uA4BB';
console.log(char); // Output: ꒻
Java:
char c = '\uA4BB';
System.out.println(c); // Output: ꒻
JSON:
{"text": "\uA4BB"} // Value: ꒻
Python:
char = '\uA4BB'
print(char) # Output: ꒻
Perl:
my $char = "\x{A4BB}";
print $char; # Output: ꒻
PHP:
$char = "\x{A4BB}";
echo $char; // Output: ꒻
Ruby:
char = "\u{A4BB}"
puts char # Output: ꒻
Rust:
let c = '\u{A4BB}';
println!("{}", c); // Output: ꒻
Go:
char := '\uA4BB'
fmt.Printf("%c\n", char) // Output: ꒻
CSS:
/* CSS content property */
.element::before {
content: "\00A4BB"; /* 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=%EA%92%BB
MD5:
6cad0b3cfc661b0c826c7939fd688e36
SHA1:
2e018d11d683ddcd3e73216d82f5911caecd03ee
Base64:
6pK7