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