C:
char c = '\u1239';
printf("%c\n", c); // Output: ሹ
JavaScript:
const char = '\u1239';
console.log(char); // Output: ሹ
Java:
char c = '\u1239';
System.out.println(c); // Output: ሹ
JSON:
{"text": "\u1239"} // Value: ሹ
Python:
char = '\u1239'
print(char) # Output: ሹ
Perl:
my $char = "\x{1239}";
print $char; # Output: ሹ
PHP:
$char = "\x{1239}";
echo $char; // Output: ሹ
Ruby:
char = "\u{1239}"
puts char # Output: ሹ
Rust:
let c = '\u{1239}';
println!("{}", c); // Output: ሹ
Go:
char := '\u1239'
fmt.Printf("%c\n", char) // Output: ሹ
CSS:
/* CSS content property */
.element::before {
content: "\001239"; /* 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%88%B9
MD5:
523e1a838cc6e5fbc1335ec3835aef3d
SHA1:
7fd2a262de338dca0114d0bed8df29d42357838a
Base64:
4Yi5