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