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