C:
char c = '\u2876';
printf("%c\n", c); // Output: ⡶
JavaScript:
const char = '\u2876';
console.log(char); // Output: ⡶
Java:
char c = '\u2876';
System.out.println(c); // Output: ⡶
JSON:
{"text": "\u2876"} // Value: ⡶
Python:
char = '\u2876'
print(char) # Output: ⡶
Perl:
my $char = "\x{2876}";
print $char; # Output: ⡶
PHP:
$char = "\x{2876}";
echo $char; // Output: ⡶
Ruby:
char = "\u{2876}"
puts char # Output: ⡶
Rust:
let c = '\u{2876}';
println!("{}", c); // Output: ⡶
Go:
char := '\u2876'
fmt.Printf("%c\n", char) // Output: ⡶
CSS:
/* CSS content property */
.element::before {
content: "\002876"; /* 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%B6
MD5:
2ba2472c94ebccad5141cec804dbb361
SHA1:
0e9be27d7656ce2e90063fade84204f60f94bc6f
Base64:
4qG2