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