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