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