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