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