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