C:
char c = '\u26BA';
printf("%c\n", c); // Output: ⚺
JavaScript:
const char = '\u26BA';
console.log(char); // Output: ⚺
Java:
char c = '\u26BA';
System.out.println(c); // Output: ⚺
JSON:
{"text": "\u26BA"} // Value: ⚺
Python:
char = '\u26BA'
print(char) # Output: ⚺
Perl:
my $char = "\x{26BA}";
print $char; # Output: ⚺
PHP:
$char = "\x{26BA}";
echo $char; // Output: ⚺
Ruby:
char = "\u{26BA}"
puts char # Output: ⚺
Rust:
let c = '\u{26BA}';
println!("{}", c); // Output: ⚺
Go:
char := '\u26BA'
fmt.Printf("%c\n", char) // Output: ⚺
CSS:
/* CSS content property */
.element::before {
content: "\0026BA"; /* 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%BA
MD5:
48acaed598da8c4add63e6b9ee932856
SHA1:
12cf3b6a14bc6b746eb75ee715b3857e855620ee
Base64:
4pq6