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