C:
char c = '\u0BA8';
printf("%c\n", c); // Output: ந
JavaScript:
const char = '\u0BA8';
console.log(char); // Output: ந
Java:
char c = '\u0BA8';
System.out.println(c); // Output: ந
JSON:
{"text": "\u0BA8"} // Value: ந
Python:
char = '\u0BA8'
print(char) # Output: ந
Perl:
my $char = "\x{0BA8}";
print $char; # Output: ந
PHP:
$char = "\x{0BA8}";
echo $char; // Output: ந
Ruby:
char = "\u{0BA8}"
puts char # Output: ந
Rust:
let c = '\u{BA8}';
println!("{}", c); // Output: ந
Go:
char := '\u0BA8'
fmt.Printf("%c\n", char) // Output: ந
CSS:
/* CSS content property */
.element::before {
content: "\000BA8"; /* 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%AE%A8
MD5:
7adc3b6a76813c94f56c0a88dc4dc550
SHA1:
3a56069145a77ad8f6eeeaa8cccd5b9003f97286
Base64:
4K6o