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