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