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