C:
char c = '\u133D';
printf("%c\n", c); // Output: ጽ
JavaScript:
const char = '\u133D';
console.log(char); // Output: ጽ
Java:
char c = '\u133D';
System.out.println(c); // Output: ጽ
JSON:
{"text": "\u133D"} // Value: ጽ
Python:
char = '\u133D'
print(char) # Output: ጽ
Perl:
my $char = "\x{133D}";
print $char; # Output: ጽ
PHP:
$char = "\x{133D}";
echo $char; // Output: ጽ
Ruby:
char = "\u{133D}"
puts char # Output: ጽ
Rust:
let c = '\u{133D}';
println!("{}", c); // Output: ጽ
Go:
char := '\u133D'
fmt.Printf("%c\n", char) // Output: ጽ
CSS:
/* CSS content property */
.element::before {
content: "\00133D"; /* 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%BD
MD5:
1f79f97866d6a66d4f27814946c7361f
SHA1:
2e6fe33b7d10146eab5d610e2874ac93b282e559
Base64:
4Yy9