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