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