C:
char c = '\u0839';
printf("%c\n", c); // Output: ࠹
JavaScript:
const char = '\u0839';
console.log(char); // Output: ࠹
Java:
char c = '\u0839';
System.out.println(c); // Output: ࠹
JSON:
{"text": "\u0839"} // Value: ࠹
Python:
char = '\u0839'
print(char) # Output: ࠹
Perl:
my $char = "\x{0839}";
print $char; # Output: ࠹
PHP:
$char = "\x{0839}";
echo $char; // Output: ࠹
Ruby:
char = "\u{0839}"
puts char # Output: ࠹
Rust:
let c = '\u{839}';
println!("{}", c); // Output: ࠹
Go:
char := '\u0839'
fmt.Printf("%c\n", char) // Output: ࠹
CSS:
/* CSS content property */
.element::before {
content: "\000839"; /* 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%B9
MD5:
b399c9408108ba33156ef4a163301761
SHA1:
1863a516d18106bb21e9b1ae9ef9873d0b08c3ec
Base64:
4KC5