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