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