C:
char c = '\u093C';
printf("%c\n", c); // Output: ़
JavaScript:
const char = '\u093C';
console.log(char); // Output: ़
Java:
char c = '\u093C';
System.out.println(c); // Output: ़
JSON:
{"text": "\u093C"} // Value: ़
Python:
char = '\u093C'
print(char) # Output: ़
Perl:
my $char = "\x{093C}";
print $char; # Output: ़
PHP:
$char = "\x{093C}";
echo $char; // Output: ़
Ruby:
char = "\u{093C}"
puts char # Output: ़
Rust:
let c = '\u{93C}';
println!("{}", c); // Output: ़
Go:
char := '\u093C'
fmt.Printf("%c\n", char) // Output: ़
CSS:
/* CSS content property */
.element::before {
content: "\00093C"; /* 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%BC
MD5:
e4e42e6040717924f2a2024121dbbe87
SHA1:
f7ebb2da1831eebf2ee093ce5b5a1da36c6b284f
Base64:
4KS8