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