C:
char c = '\u0977';
printf("%c\n", c); // Output: ॷ
JavaScript:
const char = '\u0977';
console.log(char); // Output: ॷ
Java:
char c = '\u0977';
System.out.println(c); // Output: ॷ
JSON:
{"text": "\u0977"} // Value: ॷ
Python:
char = '\u0977'
print(char) # Output: ॷ
Perl:
my $char = "\x{0977}";
print $char; # Output: ॷ
PHP:
$char = "\x{0977}";
echo $char; // Output: ॷ
Ruby:
char = "\u{0977}"
puts char # Output: ॷ
Rust:
let c = '\u{977}';
println!("{}", c); // Output: ॷ
Go:
char := '\u0977'
fmt.Printf("%c\n", char) // Output: ॷ
CSS:
/* CSS content property */
.element::before {
content: "\000977"; /* 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%A5%B7
MD5:
a9158e9e04e55d42a7f95ae762606805
SHA1:
11bef59ea538f6e145b29cfb00ca049050739597
Base64:
4KW3