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