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