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