C:
char c = '\u219A';
printf("%c\n", c); // Output: ↚
JavaScript:
const char = '\u219A';
console.log(char); // Output: ↚
Java:
char c = '\u219A';
System.out.println(c); // Output: ↚
JSON:
{"text": "\u219A"} // Value: ↚
Python:
char = '\u219A'
print(char) # Output: ↚
Perl:
my $char = "\x{219A}";
print $char; # Output: ↚
PHP:
$char = "\x{219A}";
echo $char; // Output: ↚
Ruby:
char = "\u{219A}"
puts char # Output: ↚
Rust:
let c = '\u{219A}';
println!("{}", c); // Output: ↚
Go:
char := '\u219A'
fmt.Printf("%c\n", char) // Output: ↚
CSS:
/* CSS content property */
.element::before {
content: "\00219A"; /* 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%9A
MD5:
ba83cc3e1434e392030544cde8b2f6f1
SHA1:
3f08fa731cb272e037da0bc24ef525110b3dead6
Base64:
4oaa