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