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