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