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