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