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