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