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