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