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