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