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