C:
char c = '\u273B';
printf("%c\n", c); // Output: ✻
JavaScript:
const char = '\u273B';
console.log(char); // Output: ✻
Java:
char c = '\u273B';
System.out.println(c); // Output: ✻
JSON:
{"text": "\u273B"} // Value: ✻
Python:
char = '\u273B'
print(char) # Output: ✻
Perl:
my $char = "\x{273B}";
print $char; # Output: ✻
PHP:
$char = "\x{273B}";
echo $char; // Output: ✻
Ruby:
char = "\u{273B}"
puts char # Output: ✻
Rust:
let c = '\u{273B}';
println!("{}", c); // Output: ✻
Go:
char := '\u273B'
fmt.Printf("%c\n", char) // Output: ✻
CSS:
/* CSS content property */
.element::before {
content: "\00273B"; /* 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%9C%BB
MD5:
53fd7af5e30273aeb7e812d5515eff0f
SHA1:
f14bd45b928e7234be5e28e5a5af9a499c159cac
Base64:
4py7