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