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