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