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