C:
char c = '\u291B';
printf("%c\n", c); // Output: ⤛
JavaScript:
const char = '\u291B';
console.log(char); // Output: ⤛
Java:
char c = '\u291B';
System.out.println(c); // Output: ⤛
JSON:
{"text": "\u291B"} // Value: ⤛
Python:
char = '\u291B'
print(char) # Output: ⤛
Perl:
my $char = "\x{291B}";
print $char; # Output: ⤛
PHP:
$char = "\x{291B}";
echo $char; // Output: ⤛
Ruby:
char = "\u{291B}"
puts char # Output: ⤛
Rust:
let c = '\u{291B}';
println!("{}", c); // Output: ⤛
Go:
char := '\u291B'
fmt.Printf("%c\n", char) // Output: ⤛
CSS:
/* CSS content property */
.element::before {
content: "\00291B"; /* 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%A4%9B
MD5:
b64f9d4273060dae6b3590e4e7fb5594
SHA1:
0f76a58319a1990be98ecc5187a2edfc8b9df95e
Base64:
4qSb