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