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