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