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