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