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