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