C:
char c = '\u0982';
printf("%c\n", c); // Output: ং
JavaScript:
const char = '\u0982';
console.log(char); // Output: ং
Java:
char c = '\u0982';
System.out.println(c); // Output: ং
JSON:
{"text": "\u0982"} // Value: ং
Python:
char = '\u0982'
print(char) # Output: ং
Perl:
my $char = "\x{0982}";
print $char; # Output: ং
PHP:
$char = "\x{0982}";
echo $char; // Output: ং
Ruby:
char = "\u{0982}"
puts char # Output: ং
Rust:
let c = '\u{982}';
println!("{}", c); // Output: ং
Go:
char := '\u0982'
fmt.Printf("%c\n", char) // Output: ং
CSS:
/* CSS content property */
.element::before {
content: "\000982"; /* 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%A6%82
MD5:
60bf97f33f1c80d59155d9b42199a26c
SHA1:
bd6a0a98e706a6671d715d270ec59f1d814b7ee6
Base64:
4KaC