C:
char c = '\u1338';
printf("%c\n", c); // Output: ጸ
JavaScript:
const char = '\u1338';
console.log(char); // Output: ጸ
Java:
char c = '\u1338';
System.out.println(c); // Output: ጸ
JSON:
{"text": "\u1338"} // Value: ጸ
Python:
char = '\u1338'
print(char) # Output: ጸ
Perl:
my $char = "\x{1338}";
print $char; # Output: ጸ
PHP:
$char = "\x{1338}";
echo $char; // Output: ጸ
Ruby:
char = "\u{1338}"
puts char # Output: ጸ
Rust:
let c = '\u{1338}';
println!("{}", c); // Output: ጸ
Go:
char := '\u1338'
fmt.Printf("%c\n", char) // Output: ጸ
CSS:
/* CSS content property */
.element::before {
content: "\001338"; /* 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%B8
MD5:
de860564ef938348d2746030fc73693d
SHA1:
4ecaeec81743414e7e22d8b54882d6e2bdb0c438
Base64:
4Yy4