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