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