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