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