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