C:
char c = '\u0929';
printf("%c\n", c); // Output: ऩ
JavaScript:
const char = '\u0929';
console.log(char); // Output: ऩ
Java:
char c = '\u0929';
System.out.println(c); // Output: ऩ
JSON:
{"text": "\u0929"} // Value: ऩ
Python:
char = '\u0929'
print(char) # Output: ऩ
Perl:
my $char = "\x{0929}";
print $char; # Output: ऩ
PHP:
$char = "\x{0929}";
echo $char; // Output: ऩ
Ruby:
char = "\u{0929}"
puts char # Output: ऩ
Rust:
let c = '\u{929}';
println!("{}", c); // Output: ऩ
Go:
char := '\u0929'
fmt.Printf("%c\n", char) // Output: ऩ
CSS:
/* CSS content property */
.element::before {
content: "\000929"; /* 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%A9
MD5:
bbdf58914b00c658dfbc0edcbd397f68
SHA1:
93f316d8736e18846ea4a5f3208a27a44eb5f541
Base64:
4KSp