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