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