C:
char c = '\u287C';
printf("%c\n", c); // Output: ⡼
JavaScript:
const char = '\u287C';
console.log(char); // Output: ⡼
Java:
char c = '\u287C';
System.out.println(c); // Output: ⡼
JSON:
{"text": "\u287C"} // Value: ⡼
Python:
char = '\u287C'
print(char) # Output: ⡼
Perl:
my $char = "\x{287C}";
print $char; # Output: ⡼
PHP:
$char = "\x{287C}";
echo $char; // Output: ⡼
Ruby:
char = "\u{287C}"
puts char # Output: ⡼
Rust:
let c = '\u{287C}';
println!("{}", c); // Output: ⡼
Go:
char := '\u287C'
fmt.Printf("%c\n", char) // Output: ⡼
CSS:
/* CSS content property */
.element::before {
content: "\00287C"; /* 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%BC
MD5:
05158a9898992fd0ecee97d5ab7e0f5f
SHA1:
f92594dd2dc4afa8acc6df197d9c024cd7b1bc34
Base64:
4qG8