C:
char c = '\u103A';
printf("%c\n", c); // Output: ်
JavaScript:
const char = '\u103A';
console.log(char); // Output: ်
Java:
char c = '\u103A';
System.out.println(c); // Output: ်
JSON:
{"text": "\u103A"} // Value: ်
Python:
char = '\u103A'
print(char) # Output: ်
Perl:
my $char = "\x{103A}";
print $char; # Output: ်
PHP:
$char = "\x{103A}";
echo $char; // Output: ်
Ruby:
char = "\u{103A}"
puts char # Output: ်
Rust:
let c = '\u{103A}';
println!("{}", c); // Output: ်
Go:
char := '\u103A'
fmt.Printf("%c\n", char) // Output: ်
CSS:
/* CSS content property */
.element::before {
content: "\00103A"; /* 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%BA
MD5:
7e9f5ee74dde206a68f6f6cc0f4ac8d9
SHA1:
eaa8167bad2f6e45d478521ec6c7c9963088828c
Base64:
4YC6