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