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