C:
char c = '\u1075';
printf("%c\n", c); // Output: ၵ
JavaScript:
const char = '\u1075';
console.log(char); // Output: ၵ
Java:
char c = '\u1075';
System.out.println(c); // Output: ၵ
JSON:
{"text": "\u1075"} // Value: ၵ
Python:
char = '\u1075'
print(char) # Output: ၵ
Perl:
my $char = "\x{1075}";
print $char; # Output: ၵ
PHP:
$char = "\x{1075}";
echo $char; // Output: ၵ
Ruby:
char = "\u{1075}"
puts char # Output: ၵ
Rust:
let c = '\u{1075}';
println!("{}", c); // Output: ၵ
Go:
char := '\u1075'
fmt.Printf("%c\n", char) // Output: ၵ
CSS:
/* CSS content property */
.element::before {
content: "\001075"; /* 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%81%B5
MD5:
37622dd637fbac89763613f9ffccf53a
SHA1:
1d79a68375b5740781ea69c0e836f5c681e62aee
Base64:
4YG1