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