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