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