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