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