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