C:
char c = '\u2334';
printf("%c\n", c); // Output: ⌴
JavaScript:
const char = '\u2334';
console.log(char); // Output: ⌴
Java:
char c = '\u2334';
System.out.println(c); // Output: ⌴
JSON:
{"text": "\u2334"} // Value: ⌴
Python:
char = '\u2334'
print(char) # Output: ⌴
Perl:
my $char = "\x{2334}";
print $char; # Output: ⌴
PHP:
$char = "\x{2334}";
echo $char; // Output: ⌴
Ruby:
char = "\u{2334}"
puts char # Output: ⌴
Rust:
let c = '\u{2334}';
println!("{}", c); // Output: ⌴
Go:
char := '\u2334'
fmt.Printf("%c\n", char) // Output: ⌴
CSS:
/* CSS content property */
.element::before {
content: "\002334"; /* 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%B4
MD5:
d1a386268464ffb5f7a0d43efd60db58
SHA1:
1490bf2868c0eaa0f5a2a95ace41824c060f5d6f
Base64:
4oy0