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