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