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