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