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