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