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