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