C:
char c = '\u1336';
printf("%c\n", c); // Output: ጶ
JavaScript:
const char = '\u1336';
console.log(char); // Output: ጶ
Java:
char c = '\u1336';
System.out.println(c); // Output: ጶ
JSON:
{"text": "\u1336"} // Value: ጶ
Python:
char = '\u1336'
print(char) # Output: ጶ
Perl:
my $char = "\x{1336}";
print $char; # Output: ጶ
PHP:
$char = "\x{1336}";
echo $char; // Output: ጶ
Ruby:
char = "\u{1336}"
puts char # Output: ጶ
Rust:
let c = '\u{1336}';
println!("{}", c); // Output: ጶ
Go:
char := '\u1336'
fmt.Printf("%c\n", char) // Output: ጶ
CSS:
/* CSS content property */
.element::before {
content: "\001336"; /* 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%B6
MD5:
a654bb4eda470d1fc2310667c782c64c
SHA1:
67b9afdd66f3ac30df507db3dd533673d7236eec
Base64:
4Yy2