C:
char c = '\u2935';
printf("%c\n", c); // Output: ⤵
JavaScript:
const char = '\u2935';
console.log(char); // Output: ⤵
Java:
char c = '\u2935';
System.out.println(c); // Output: ⤵
JSON:
{"text": "\u2935"} // Value: ⤵
Python:
char = '\u2935'
print(char) # Output: ⤵
Perl:
my $char = "\x{2935}";
print $char; # Output: ⤵
PHP:
$char = "\x{2935}";
echo $char; // Output: ⤵
Ruby:
char = "\u{2935}"
puts char # Output: ⤵
Rust:
let c = '\u{2935}';
println!("{}", c); // Output: ⤵
Go:
char := '\u2935'
fmt.Printf("%c\n", char) // Output: ⤵
CSS:
/* CSS content property */
.element::before {
content: "\002935"; /* 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%B5
MD5:
18b6c1c92023dcda709e503999d5dc88
SHA1:
5fd5522634f5c723b2ad621156dd713876f9a938
Base64:
4qS1