C:
char c = '\u1235';
printf("%c\n", c); // Output: ስ
JavaScript:
const char = '\u1235';
console.log(char); // Output: ስ
Java:
char c = '\u1235';
System.out.println(c); // Output: ስ
JSON:
{"text": "\u1235"} // Value: ስ
Python:
char = '\u1235'
print(char) # Output: ስ
Perl:
my $char = "\x{1235}";
print $char; # Output: ስ
PHP:
$char = "\x{1235}";
echo $char; // Output: ስ
Ruby:
char = "\u{1235}"
puts char # Output: ስ
Rust:
let c = '\u{1235}';
println!("{}", c); // Output: ስ
Go:
char := '\u1235'
fmt.Printf("%c\n", char) // Output: ስ
CSS:
/* CSS content property */
.element::before {
content: "\001235"; /* 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%B5
MD5:
3075c9b677475f0edf96fc8cbb4eee66
SHA1:
9d1a760521e912ec5bbb033813749ed7a787dfc5
Base64:
4Yi1