C:
char c = '\u1638';
printf("%c\n", c); // Output: ᘸ
JavaScript:
const char = '\u1638';
console.log(char); // Output: ᘸ
Java:
char c = '\u1638';
System.out.println(c); // Output: ᘸ
JSON:
{"text": "\u1638"} // Value: ᘸ
Python:
char = '\u1638'
print(char) # Output: ᘸ
Perl:
my $char = "\x{1638}";
print $char; # Output: ᘸ
PHP:
$char = "\x{1638}";
echo $char; // Output: ᘸ
Ruby:
char = "\u{1638}"
puts char # Output: ᘸ
Rust:
let c = '\u{1638}';
println!("{}", c); // Output: ᘸ
Go:
char := '\u1638'
fmt.Printf("%c\n", char) // Output: ᘸ
CSS:
/* CSS content property */
.element::before {
content: "\001638"; /* 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%B8
MD5:
6ed1bc67ba87b1edae9fee2776481aa5
SHA1:
de37449f132f5325fefbe7c7c44332c72abd00f0
Base64:
4Zi4