C:
char c = '\u1038';
printf("%c\n", c); // Output: း
JavaScript:
const char = '\u1038';
console.log(char); // Output: း
Java:
char c = '\u1038';
System.out.println(c); // Output: း
JSON:
{"text": "\u1038"} // Value: း
Python:
char = '\u1038'
print(char) # Output: း
Perl:
my $char = "\x{1038}";
print $char; # Output: း
PHP:
$char = "\x{1038}";
echo $char; // Output: း
Ruby:
char = "\u{1038}"
puts char # Output: း
Rust:
let c = '\u{1038}';
println!("{}", c); // Output: း
Go:
char := '\u1038'
fmt.Printf("%c\n", char) // Output: း
CSS:
/* CSS content property */
.element::before {
content: "\001038"; /* 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=%E1%80%B8
MD5:
5b764796e7175c9611a832232c699f45
SHA1:
a1034bba227eb4c3c39334a8321154c4e53beada
Base64:
4YC4