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