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