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