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