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