C:
char c = '\u1036';
printf("%c\n", c); // Output: ံ
JavaScript:
const char = '\u1036';
console.log(char); // Output: ံ
Java:
char c = '\u1036';
System.out.println(c); // Output: ံ
JSON:
{"text": "\u1036"} // Value: ံ
Python:
char = '\u1036'
print(char) # Output: ံ
Perl:
my $char = "\x{1036}";
print $char; # Output: ံ
PHP:
$char = "\x{1036}";
echo $char; // Output: ံ
Ruby:
char = "\u{1036}"
puts char # Output: ံ
Rust:
let c = '\u{1036}';
println!("{}", c); // Output: ံ
Go:
char := '\u1036'
fmt.Printf("%c\n", char) // Output: ံ
CSS:
/* CSS content property */
.element::before {
content: "\001036"; /* 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%B6
MD5:
c171e9501042e3b34e6276f7972bc050
SHA1:
89ca3113e4e6c648292b94ea6ec7aa98b9eb2a71
Base64:
4YC2