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