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