C:
char c = '\u0838';
printf("%c\n", c); // Output: ࠸
JavaScript:
const char = '\u0838';
console.log(char); // Output: ࠸
Java:
char c = '\u0838';
System.out.println(c); // Output: ࠸
JSON:
{"text": "\u0838"} // Value: ࠸
Python:
char = '\u0838'
print(char) # Output: ࠸
Perl:
my $char = "\x{0838}";
print $char; # Output: ࠸
PHP:
$char = "\x{0838}";
echo $char; // Output: ࠸
Ruby:
char = "\u{0838}"
puts char # Output: ࠸
Rust:
let c = '\u{838}';
println!("{}", c); // Output: ࠸
Go:
char := '\u0838'
fmt.Printf("%c\n", char) // Output: ࠸
CSS:
/* CSS content property */
.element::before {
content: "\000838"; /* 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%B8
MD5:
686ab3fc0d3c04a33d67f9360e854614
SHA1:
05bd17283813ef6a25843c4d1d842e399e4548b3
Base64:
4KC4