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