C:
char c = '\u26F9';
printf("%c\n", c); // Output: ⛹
JavaScript:
const char = '\u26F9';
console.log(char); // Output: ⛹
Java:
char c = '\u26F9';
System.out.println(c); // Output: ⛹
JSON:
{"text": "\u26F9"} // Value: ⛹
Python:
char = '\u26F9'
print(char) # Output: ⛹
Perl:
my $char = "\x{26F9}";
print $char; # Output: ⛹
PHP:
$char = "\x{26F9}";
echo $char; // Output: ⛹
Ruby:
char = "\u{26F9}"
puts char # Output: ⛹
Rust:
let c = '\u{26F9}';
println!("{}", c); // Output: ⛹
Go:
char := '\u26F9'
fmt.Printf("%c\n", char) // Output: ⛹
CSS:
/* CSS content property */
.element::before {
content: "\0026F9"; /* 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%9B%B9
MD5:
6646766436bc3231b9f06d710f0c5d55
SHA1:
b706c0889696819289d0caa9a96cefa99dfdc966
Base64:
4pu5