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