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