C:
char c = '\u2936';
printf("%c\n", c); // Output: ⤶
JavaScript:
const char = '\u2936';
console.log(char); // Output: ⤶
Java:
char c = '\u2936';
System.out.println(c); // Output: ⤶
JSON:
{"text": "\u2936"} // Value: ⤶
Python:
char = '\u2936'
print(char) # Output: ⤶
Perl:
my $char = "\x{2936}";
print $char; # Output: ⤶
PHP:
$char = "\x{2936}";
echo $char; // Output: ⤶
Ruby:
char = "\u{2936}"
puts char # Output: ⤶
Rust:
let c = '\u{2936}';
println!("{}", c); // Output: ⤶
Go:
char := '\u2936'
fmt.Printf("%c\n", char) // Output: ⤶
CSS:
/* CSS content property */
.element::before {
content: "\002936"; /* 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%B6
MD5:
3fe35f3cceffe7abf96cc8d975eb35f4
SHA1:
e004e97ebe8cdda49d921b4d95a851314fab4266
Base64:
4qS2