C:
char c = '\u19E7';
printf("%c\n", c); // Output: ᧧
JavaScript:
const char = '\u19E7';
console.log(char); // Output: ᧧
Java:
char c = '\u19E7';
System.out.println(c); // Output: ᧧
JSON:
{"text": "\u19E7"} // Value: ᧧
Python:
char = '\u19E7'
print(char) # Output: ᧧
Perl:
my $char = "\x{19E7}";
print $char; # Output: ᧧
PHP:
$char = "\x{19E7}";
echo $char; // Output: ᧧
Ruby:
char = "\u{19E7}"
puts char # Output: ᧧
Rust:
let c = '\u{19E7}';
println!("{}", c); // Output: ᧧
Go:
char := '\u19E7'
fmt.Printf("%c\n", char) // Output: ᧧
CSS:
/* CSS content property */
.element::before {
content: "\0019E7"; /* 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=%E1%A7%A7
MD5:
d2866869fe5225df337be47d78a9d5d1
SHA1:
b685cd5ce54fc75fbf86472aa2b55bd0ffed6e92
Base64:
4aen