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