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