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