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