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