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