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