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