C:
char c = '\u1037';
printf("%c\n", c); // Output: ့
JavaScript:
const char = '\u1037';
console.log(char); // Output: ့
Java:
char c = '\u1037';
System.out.println(c); // Output: ့
JSON:
{"text": "\u1037"} // Value: ့
Python:
char = '\u1037'
print(char) # Output: ့
Perl:
my $char = "\x{1037}";
print $char; # Output: ့
PHP:
$char = "\x{1037}";
echo $char; // Output: ့
Ruby:
char = "\u{1037}"
puts char # Output: ့
Rust:
let c = '\u{1037}';
println!("{}", c); // Output: ့
Go:
char := '\u1037'
fmt.Printf("%c\n", char) // Output: ့
CSS:
/* CSS content property */
.element::before {
content: "\001037"; /* 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%B7
MD5:
721813bc23f4d66fa52905d3508a5547
SHA1:
61fd23a6763411cc01c7ef9baf55fd30c1272e5d
Base64:
4YC3