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