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