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