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