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