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