C:
char c = '\u090B';
printf("%c\n", c); // Output: ऋ
JavaScript:
const char = '\u090B';
console.log(char); // Output: ऋ
Java:
char c = '\u090B';
System.out.println(c); // Output: ऋ
JSON:
{"text": "\u090B"} // Value: ऋ
Python:
char = '\u090B'
print(char) # Output: ऋ
Perl:
my $char = "\x{090B}";
print $char; # Output: ऋ
PHP:
$char = "\x{090B}";
echo $char; // Output: ऋ
Ruby:
char = "\u{090B}"
puts char # Output: ऋ
Rust:
let c = '\u{90B}';
println!("{}", c); // Output: ऋ
Go:
char := '\u090B'
fmt.Printf("%c\n", char) // Output: ऋ
CSS:
/* CSS content property */
.element::before {
content: "\00090B"; /* 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%8B
MD5:
4877cde107fd22df2ad604c393034ba3
SHA1:
d86feca84dd1ebafc9a6cef6e9497e96e182ed97
Base64:
4KSL