C:
char c = '\u2337';
printf("%c\n", c); // Output: ⌷
JavaScript:
const char = '\u2337';
console.log(char); // Output: ⌷
Java:
char c = '\u2337';
System.out.println(c); // Output: ⌷
JSON:
{"text": "\u2337"} // Value: ⌷
Python:
char = '\u2337'
print(char) # Output: ⌷
Perl:
my $char = "\x{2337}";
print $char; # Output: ⌷
PHP:
$char = "\x{2337}";
echo $char; // Output: ⌷
Ruby:
char = "\u{2337}"
puts char # Output: ⌷
Rust:
let c = '\u{2337}';
println!("{}", c); // Output: ⌷
Go:
char := '\u2337'
fmt.Printf("%c\n", char) // Output: ⌷
CSS:
/* CSS content property */
.element::before {
content: "\002337"; /* 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=%E2%8C%B7
MD5:
1f7d17f3ba3d5068bc57e3b2b58c496b
SHA1:
d8572ff54bbd7e8009b6cda0368eabc7f337c2a5
Base64:
4oy3