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