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