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