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