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