C:
char c = '\u0912';
printf("%c\n", c); // Output: ऒ
JavaScript:
const char = '\u0912';
console.log(char); // Output: ऒ
Java:
char c = '\u0912';
System.out.println(c); // Output: ऒ
JSON:
{"text": "\u0912"} // Value: ऒ
Python:
char = '\u0912'
print(char) # Output: ऒ
Perl:
my $char = "\x{0912}";
print $char; # Output: ऒ
PHP:
$char = "\x{0912}";
echo $char; // Output: ऒ
Ruby:
char = "\u{0912}"
puts char # Output: ऒ
Rust:
let c = '\u{912}';
println!("{}", c); // Output: ऒ
Go:
char := '\u0912'
fmt.Printf("%c\n", char) // Output: ऒ
CSS:
/* CSS content property */
.element::before {
content: "\000912"; /* 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%92
MD5:
805dd06fe4fda5b3fee1e292350c2d03
SHA1:
04c7354140750b234935c97082f2fcb9a6eb29b9
Base64:
4KSS