C:
char c = '\u293A';
printf("%c\n", c); // Output: ⤺
JavaScript:
const char = '\u293A';
console.log(char); // Output: ⤺
Java:
char c = '\u293A';
System.out.println(c); // Output: ⤺
JSON:
{"text": "\u293A"} // Value: ⤺
Python:
char = '\u293A'
print(char) # Output: ⤺
Perl:
my $char = "\x{293A}";
print $char; # Output: ⤺
PHP:
$char = "\x{293A}";
echo $char; // Output: ⤺
Ruby:
char = "\u{293A}"
puts char # Output: ⤺
Rust:
let c = '\u{293A}';
println!("{}", c); // Output: ⤺
Go:
char := '\u293A'
fmt.Printf("%c\n", char) // Output: ⤺
CSS:
/* CSS content property */
.element::before {
content: "\00293A"; /* 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%BA
MD5:
b87261b9a23ee8470a20fb0df99e92a4
SHA1:
86c2292dcc6a9b390098c8dd71cdf809122b3527
Base64:
4qS6