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