C:
char c = '\u1637';
printf("%c\n", c); // Output: ᘷ
JavaScript:
const char = '\u1637';
console.log(char); // Output: ᘷ
Java:
char c = '\u1637';
System.out.println(c); // Output: ᘷ
JSON:
{"text": "\u1637"} // Value: ᘷ
Python:
char = '\u1637'
print(char) # Output: ᘷ
Perl:
my $char = "\x{1637}";
print $char; # Output: ᘷ
PHP:
$char = "\x{1637}";
echo $char; // Output: ᘷ
Ruby:
char = "\u{1637}"
puts char # Output: ᘷ
Rust:
let c = '\u{1637}';
println!("{}", c); // Output: ᘷ
Go:
char := '\u1637'
fmt.Printf("%c\n", char) // Output: ᘷ
CSS:
/* CSS content property */
.element::before {
content: "\001637"; /* 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%B7
MD5:
643ebc3ed3f35900c60fff8c87ef4749
SHA1:
dff17978b17149d0c3c06b78411c5287e3e9a3dd
Base64:
4Zi3