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