C:
char c = '\u2878';
printf("%c\n", c); // Output: ⡸
JavaScript:
const char = '\u2878';
console.log(char); // Output: ⡸
Java:
char c = '\u2878';
System.out.println(c); // Output: ⡸
JSON:
{"text": "\u2878"} // Value: ⡸
Python:
char = '\u2878'
print(char) # Output: ⡸
Perl:
my $char = "\x{2878}";
print $char; # Output: ⡸
PHP:
$char = "\x{2878}";
echo $char; // Output: ⡸
Ruby:
char = "\u{2878}"
puts char # Output: ⡸
Rust:
let c = '\u{2878}';
println!("{}", c); // Output: ⡸
Go:
char := '\u2878'
fmt.Printf("%c\n", char) // Output: ⡸
CSS:
/* CSS content property */
.element::before {
content: "\002878"; /* 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%B8
MD5:
a430ce0ab231ea6886e3b4425f77544f
SHA1:
083bad7922e481fa624fc408aa74a625429baeaf
Base64:
4qG4