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