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