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