C:
char c = '\u0964';
printf("%c\n", c); // Output: ।
JavaScript:
const char = '\u0964';
console.log(char); // Output: ।
Java:
char c = '\u0964';
System.out.println(c); // Output: ।
JSON:
{"text": "\u0964"} // Value: ।
Python:
char = '\u0964'
print(char) # Output: ।
Perl:
my $char = "\x{0964}";
print $char; # Output: ।
PHP:
$char = "\x{0964}";
echo $char; // Output: ।
Ruby:
char = "\u{0964}"
puts char # Output: ।
Rust:
let c = '\u{964}';
println!("{}", c); // Output: ।
Go:
char := '\u0964'
fmt.Printf("%c\n", char) // Output: ।
CSS:
/* CSS content property */
.element::before {
content: "\000964"; /* 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%A4
MD5:
d2f7be8819fe04926cf3a82208081b2c
SHA1:
d617dd33b467509b0c23d6cbafc7b5f55eb30cc3
Base64:
4KWk