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