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