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