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