C:
char c = '\u2336';
printf("%c\n", c); // Output: ⌶
JavaScript:
const char = '\u2336';
console.log(char); // Output: ⌶
Java:
char c = '\u2336';
System.out.println(c); // Output: ⌶
JSON:
{"text": "\u2336"} // Value: ⌶
Python:
char = '\u2336'
print(char) # Output: ⌶
Perl:
my $char = "\x{2336}";
print $char; # Output: ⌶
PHP:
$char = "\x{2336}";
echo $char; // Output: ⌶
Ruby:
char = "\u{2336}"
puts char # Output: ⌶
Rust:
let c = '\u{2336}';
println!("{}", c); // Output: ⌶
Go:
char := '\u2336'
fmt.Printf("%c\n", char) // Output: ⌶
CSS:
/* CSS content property */
.element::before {
content: "\002336"; /* 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%B6
MD5:
c44e596307cc5887b6dcb10a2d7135e7
SHA1:
aa162fa46bc25a23934ace7085116614c3cb74ac
Base64:
4oy2