C:
char c = '\u2192';
printf("%c\n", c); // Output: →
JavaScript:
const char = '\u2192';
console.log(char); // Output: →
Java:
char c = '\u2192';
System.out.println(c); // Output: →
JSON:
{"text": "\u2192"} // Value: →
Python:
char = '\u2192'
print(char) # Output: →
Perl:
my $char = "\x{2192}";
print $char; # Output: →
PHP:
$char = "\x{2192}";
echo $char; // Output: →
Ruby:
char = "\u{2192}"
puts char # Output: →
Rust:
let c = '\u{2192}';
println!("{}", c); // Output: →
Go:
char := '\u2192'
fmt.Printf("%c\n", char) // Output: →
CSS:
/* CSS content property */
.element::before {
content: "\002192"; /* 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%92
MD5:
0616fbe77335f9ce9120471a4e77eb61
SHA1:
213edd2539ed96e6900bb40abd588edba35566c5
Base64:
4oaS