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