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