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