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