C:
char c = '\u0835';
printf("%c\n", c); // Output: ࠵
JavaScript:
const char = '\u0835';
console.log(char); // Output: ࠵
Java:
char c = '\u0835';
System.out.println(c); // Output: ࠵
JSON:
{"text": "\u0835"} // Value: ࠵
Python:
char = '\u0835'
print(char) # Output: ࠵
Perl:
my $char = "\x{0835}";
print $char; # Output: ࠵
PHP:
$char = "\x{0835}";
echo $char; // Output: ࠵
Ruby:
char = "\u{0835}"
puts char # Output: ࠵
Rust:
let c = '\u{835}';
println!("{}", c); // Output: ࠵
Go:
char := '\u0835'
fmt.Printf("%c\n", char) // Output: ࠵
CSS:
/* CSS content property */
.element::before {
content: "\000835"; /* 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%B5
MD5:
ec93b8676b04af215ce8471e50420318
SHA1:
db831db8abd97297c213b200e2c72d3524f11335
Base64:
4KC1