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