C:
char c = '\u0938';
printf("%c\n", c); // Output: स
JavaScript:
const char = '\u0938';
console.log(char); // Output: स
Java:
char c = '\u0938';
System.out.println(c); // Output: स
JSON:
{"text": "\u0938"} // Value: स
Python:
char = '\u0938'
print(char) # Output: स
Perl:
my $char = "\x{0938}";
print $char; # Output: स
PHP:
$char = "\x{0938}";
echo $char; // Output: स
Ruby:
char = "\u{0938}"
puts char # Output: स
Rust:
let c = '\u{938}';
println!("{}", c); // Output: स
Go:
char := '\u0938'
fmt.Printf("%c\n", char) // Output: स
CSS:
/* CSS content property */
.element::before {
content: "\000938"; /* 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%B8
MD5:
5ed6bd1ac171e1da7d2ded2455ee1e3b
SHA1:
bcb4e297300bf495665ac71dad63ea3dc963c903
Base64:
4KS4