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