C:
char c = '\u1339';
printf("%c\n", c); // Output: ጹ
JavaScript:
const char = '\u1339';
console.log(char); // Output: ጹ
Java:
char c = '\u1339';
System.out.println(c); // Output: ጹ
JSON:
{"text": "\u1339"} // Value: ጹ
Python:
char = '\u1339'
print(char) # Output: ጹ
Perl:
my $char = "\x{1339}";
print $char; # Output: ጹ
PHP:
$char = "\x{1339}";
echo $char; // Output: ጹ
Ruby:
char = "\u{1339}"
puts char # Output: ጹ
Rust:
let c = '\u{1339}';
println!("{}", c); // Output: ጹ
Go:
char := '\u1339'
fmt.Printf("%c\n", char) // Output: ጹ
CSS:
/* CSS content property */
.element::before {
content: "\001339"; /* 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%8C%B9
MD5:
3d9fa91ed9426eefbe311d4c7e8a6fa8
SHA1:
d52bf4cf8c23a574b6df690ee4b93a238bba7e2e
Base64:
4Yy5