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