C:
char c = '\u26BB';
printf("%c\n", c); // Output: ⚻
JavaScript:
const char = '\u26BB';
console.log(char); // Output: ⚻
Java:
char c = '\u26BB';
System.out.println(c); // Output: ⚻
JSON:
{"text": "\u26BB"} // Value: ⚻
Python:
char = '\u26BB'
print(char) # Output: ⚻
Perl:
my $char = "\x{26BB}";
print $char; # Output: ⚻
PHP:
$char = "\x{26BB}";
echo $char; // Output: ⚻
Ruby:
char = "\u{26BB}"
puts char # Output: ⚻
Rust:
let c = '\u{26BB}';
println!("{}", c); // Output: ⚻
Go:
char := '\u26BB'
fmt.Printf("%c\n", char) // Output: ⚻
CSS:
/* CSS content property */
.element::before {
content: "\0026BB"; /* 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%9A%BB
MD5:
1d08792a27edae8b8fb2b6af3fd484f1
SHA1:
86e61e65b0bb9194ec9abd44889a1732c41b2a86
Base64:
4pq7