C:
char c = '\uA9C9';
printf("%c\n", c); // Output: ꧉
JavaScript:
const char = '\uA9C9';
console.log(char); // Output: ꧉
Java:
char c = '\uA9C9';
System.out.println(c); // Output: ꧉
JSON:
{"text": "\uA9C9"} // Value: ꧉
Python:
char = '\uA9C9'
print(char) # Output: ꧉
Perl:
my $char = "\x{A9C9}";
print $char; # Output: ꧉
PHP:
$char = "\x{A9C9}";
echo $char; // Output: ꧉
Ruby:
char = "\u{A9C9}"
puts char # Output: ꧉
Rust:
let c = '\u{A9C9}';
println!("{}", c); // Output: ꧉
Go:
char := '\uA9C9'
fmt.Printf("%c\n", char) // Output: ꧉
CSS:
/* CSS content property */
.element::before {
content: "\00A9C9"; /* 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%89
MD5:
42ade9aa4de0e26e85c1d0787e1cc1b1
SHA1:
18faddcbffe480a98fdae5b5dcf01d73be5352f5
Base64:
6qeJ