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