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