C:
char c = '\u29A6';
printf("%c\n", c); // Output: ⦦
JavaScript:
const char = '\u29A6';
console.log(char); // Output: ⦦
Java:
char c = '\u29A6';
System.out.println(c); // Output: ⦦
JSON:
{"text": "\u29A6"} // Value: ⦦
Python:
char = '\u29A6'
print(char) # Output: ⦦
Perl:
my $char = "\x{29A6}";
print $char; # Output: ⦦
PHP:
$char = "\x{29A6}";
echo $char; // Output: ⦦
Ruby:
char = "\u{29A6}"
puts char # Output: ⦦
Rust:
let c = '\u{29A6}';
println!("{}", c); // Output: ⦦
Go:
char := '\u29A6'
fmt.Printf("%c\n", char) // Output: ⦦
CSS:
/* CSS content property */
.element::before {
content: "\0029A6"; /* 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%A6%A6
MD5:
0c019076b74b0f0306ce486f05a6477d
SHA1:
33feffce179c708ce1435d4b59cbcadbc7a59f69
Base64:
4qam