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