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