C:
char c = '\u2877';
printf("%c\n", c); // Output: ⡷
JavaScript:
const char = '\u2877';
console.log(char); // Output: ⡷
Java:
char c = '\u2877';
System.out.println(c); // Output: ⡷
JSON:
{"text": "\u2877"} // Value: ⡷
Python:
char = '\u2877'
print(char) # Output: ⡷
Perl:
my $char = "\x{2877}";
print $char; # Output: ⡷
PHP:
$char = "\x{2877}";
echo $char; // Output: ⡷
Ruby:
char = "\u{2877}"
puts char # Output: ⡷
Rust:
let c = '\u{2877}';
println!("{}", c); // Output: ⡷
Go:
char := '\u2877'
fmt.Printf("%c\n", char) // Output: ⡷
CSS:
/* CSS content property */
.element::before {
content: "\002877"; /* 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%A1%B7
MD5:
0595510090ebccae04992dcd9fe3f2e5
SHA1:
83a33f7cc57ca90b3e1d743825c85a01dd698bcf
Base64:
4qG3