C:
char c = '\u27FA';
printf("%c\n", c); // Output: ⟺
JavaScript:
const char = '\u27FA';
console.log(char); // Output: ⟺
Java:
char c = '\u27FA';
System.out.println(c); // Output: ⟺
JSON:
{"text": "\u27FA"} // Value: ⟺
Python:
char = '\u27FA'
print(char) # Output: ⟺
Perl:
my $char = "\x{27FA}";
print $char; # Output: ⟺
PHP:
$char = "\x{27FA}";
echo $char; // Output: ⟺
Ruby:
char = "\u{27FA}"
puts char # Output: ⟺
Rust:
let c = '\u{27FA}';
println!("{}", c); // Output: ⟺
Go:
char := '\u27FA'
fmt.Printf("%c\n", char) // Output: ⟺
CSS:
/* CSS content property */
.element::before {
content: "\0027FA"; /* 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%BA
MD5:
5cb1bed3f199012e94f6f9e25ec3139f
SHA1:
ad98c36b70ec200dae99af59bd1cfdf6c56b8ce0
Base64:
4p+6