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