C:
char c = '\u0936';
printf("%c\n", c); // Output: श
JavaScript:
const char = '\u0936';
console.log(char); // Output: श
Java:
char c = '\u0936';
System.out.println(c); // Output: श
JSON:
{"text": "\u0936"} // Value: श
Python:
char = '\u0936'
print(char) # Output: श
Perl:
my $char = "\x{0936}";
print $char; # Output: श
PHP:
$char = "\x{0936}";
echo $char; // Output: श
Ruby:
char = "\u{0936}"
puts char # Output: श
Rust:
let c = '\u{936}';
println!("{}", c); // Output: श
Go:
char := '\u0936'
fmt.Printf("%c\n", char) // Output: श
CSS:
/* CSS content property */
.element::before {
content: "\000936"; /* 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%A4%B6
MD5:
490d3834dc98541d439f474272fff51d
SHA1:
6a4651fe8ce2993c2d65bb962a3cede1606b2610
Base64:
4KS2