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