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