C:
char c = '\u27F6';
printf("%c\n", c); // Output: ⟶
JavaScript:
const char = '\u27F6';
console.log(char); // Output: ⟶
Java:
char c = '\u27F6';
System.out.println(c); // Output: ⟶
JSON:
{"text": "\u27F6"} // Value: ⟶
Python:
char = '\u27F6'
print(char) # Output: ⟶
Perl:
my $char = "\x{27F6}";
print $char; # Output: ⟶
PHP:
$char = "\x{27F6}";
echo $char; // Output: ⟶
Ruby:
char = "\u{27F6}"
puts char # Output: ⟶
Rust:
let c = '\u{27F6}';
println!("{}", c); // Output: ⟶
Go:
char := '\u27F6'
fmt.Printf("%c\n", char) // Output: ⟶
CSS:
/* CSS content property */
.element::before {
content: "\0027F6"; /* 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%9F%B6
MD5:
8550a557561e1b8d3aef825ce226f846
SHA1:
42ccfb11bd66f8c33068532b6ee3cef6fc9ae546
Base64:
4p+2