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