C:
char c = '\u1639';
printf("%c\n", c); // Output: ᘹ
JavaScript:
const char = '\u1639';
console.log(char); // Output: ᘹ
Java:
char c = '\u1639';
System.out.println(c); // Output: ᘹ
JSON:
{"text": "\u1639"} // Value: ᘹ
Python:
char = '\u1639'
print(char) # Output: ᘹ
Perl:
my $char = "\x{1639}";
print $char; # Output: ᘹ
PHP:
$char = "\x{1639}";
echo $char; // Output: ᘹ
Ruby:
char = "\u{1639}"
puts char # Output: ᘹ
Rust:
let c = '\u{1639}';
println!("{}", c); // Output: ᘹ
Go:
char := '\u1639'
fmt.Printf("%c\n", char) // Output: ᘹ
CSS:
/* CSS content property */
.element::before {
content: "\001639"; /* 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%98%B9
MD5:
1dc3ab2673e3d6c7b2604fd534f2d7e2
SHA1:
5d9411e701379a4baf0a636b023a6b91a4b45c5b
Base64:
4Zi5