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