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