C:
char c = '\u0859';
printf("%c\n", c); // Output: ࡙
JavaScript:
const char = '\u0859';
console.log(char); // Output: ࡙
Java:
char c = '\u0859';
System.out.println(c); // Output: ࡙
JSON:
{"text": "\u0859"} // Value: ࡙
Python:
char = '\u0859'
print(char) # Output: ࡙
Perl:
my $char = "\x{0859}";
print $char; # Output: ࡙
PHP:
$char = "\x{0859}";
echo $char; // Output: ࡙
Ruby:
char = "\u{0859}"
puts char # Output: ࡙
Rust:
let c = '\u{859}';
println!("{}", c); // Output: ࡙
Go:
char := '\u0859'
fmt.Printf("%c\n", char) // Output: ࡙
CSS:
/* CSS content property */
.element::before {
content: "\000859"; /* 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=%E0%A1%99
MD5:
48e772cbb5cd3d9b9494e3e08322edf4
SHA1:
145f18e5d2d0a4626c89a914a6f1d6fa8e9a2340
Base64:
4KGZ