C:
char c = '\u0B57';
printf("%c\n", c); // Output: ୗ
JavaScript:
const char = '\u0B57';
console.log(char); // Output: ୗ
Java:
char c = '\u0B57';
System.out.println(c); // Output: ୗ
JSON:
{"text": "\u0B57"} // Value: ୗ
Python:
char = '\u0B57'
print(char) # Output: ୗ
Perl:
my $char = "\x{0B57}";
print $char; # Output: ୗ
PHP:
$char = "\x{0B57}";
echo $char; // Output: ୗ
Ruby:
char = "\u{0B57}"
puts char # Output: ୗ
Rust:
let c = '\u{B57}';
println!("{}", c); // Output: ୗ
Go:
char := '\u0B57'
fmt.Printf("%c\n", char) // Output: ୗ
CSS:
/* CSS content property */
.element::before {
content: "\000B57"; /* 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%AD%97
MD5:
92843c5f3f159a3df0fb18bdb9a8ce5e
SHA1:
eb8fb9be7278ab622af8c53425799f4a4ea4dafe
Base64:
4K2X