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