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