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