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