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