C:
char c = '\uA337';
printf("%c\n", c); // Output: ꌷ
JavaScript:
const char = '\uA337';
console.log(char); // Output: ꌷ
Java:
char c = '\uA337';
System.out.println(c); // Output: ꌷ
JSON:
{"text": "\uA337"} // Value: ꌷ
Python:
char = '\uA337'
print(char) # Output: ꌷ
Perl:
my $char = "\x{A337}";
print $char; # Output: ꌷ
PHP:
$char = "\x{A337}";
echo $char; // Output: ꌷ
Ruby:
char = "\u{A337}"
puts char # Output: ꌷ
Rust:
let c = '\u{A337}';
println!("{}", c); // Output: ꌷ
Go:
char := '\uA337'
fmt.Printf("%c\n", char) // Output: ꌷ
CSS:
/* CSS content property */
.element::before {
content: "\00A337"; /* 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=%EA%8C%B7
MD5:
8543f072075a4a100584b015c7f2acdd
SHA1:
2a092999aa9eb33c27e52fab0bc43406c91cfe07
Base64:
6oy3