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