C:
char c = '\u1275';
printf("%c\n", c); // Output: ት
JavaScript:
const char = '\u1275';
console.log(char); // Output: ት
Java:
char c = '\u1275';
System.out.println(c); // Output: ት
JSON:
{"text": "\u1275"} // Value: ት
Python:
char = '\u1275'
print(char) # Output: ት
Perl:
my $char = "\x{1275}";
print $char; # Output: ት
PHP:
$char = "\x{1275}";
echo $char; // Output: ት
Ruby:
char = "\u{1275}"
puts char # Output: ት
Rust:
let c = '\u{1275}';
println!("{}", c); // Output: ት
Go:
char := '\u1275'
fmt.Printf("%c\n", char) // Output: ት
CSS:
/* CSS content property */
.element::before {
content: "\001275"; /* 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%89%B5
MD5:
31e7404a9e8c5b5d3a6eba3edadf3d2d
SHA1:
8263ef2371cdc91a55e3b380da601aa50bb200c6
Base64:
4Ym1