C:
char c = '\u0819';
printf("%c\n", c); // Output: ࠙
JavaScript:
const char = '\u0819';
console.log(char); // Output: ࠙
Java:
char c = '\u0819';
System.out.println(c); // Output: ࠙
JSON:
{"text": "\u0819"} // Value: ࠙
Python:
char = '\u0819'
print(char) # Output: ࠙
Perl:
my $char = "\x{0819}";
print $char; # Output: ࠙
PHP:
$char = "\x{0819}";
echo $char; // Output: ࠙
Ruby:
char = "\u{0819}"
puts char # Output: ࠙
Rust:
let c = '\u{819}';
println!("{}", c); // Output: ࠙
Go:
char := '\u0819'
fmt.Printf("%c\n", char) // Output: ࠙
CSS:
/* CSS content property */
.element::before {
content: "\000819"; /* 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%A0%99
MD5:
7c6bc63d840493592f6d93c227ea9085
SHA1:
7289410fc479aaadd3b7fcb055ce8b2d8c862c3c
Base64:
4KCZ