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