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