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