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