C:
char c = '\u2DF7';
printf("%c\n", c); // Output: ⷷ
JavaScript:
const char = '\u2DF7';
console.log(char); // Output: ⷷ
Java:
char c = '\u2DF7';
System.out.println(c); // Output: ⷷ
JSON:
{"text": "\u2DF7"} // Value: ⷷ
Python:
char = '\u2DF7'
print(char) # Output: ⷷ
Perl:
my $char = "\x{2DF7}";
print $char; # Output: ⷷ
PHP:
$char = "\x{2DF7}";
echo $char; // Output: ⷷ
Ruby:
char = "\u{2DF7}"
puts char # Output: ⷷ
Rust:
let c = '\u{2DF7}';
println!("{}", c); // Output: ⷷ
Go:
char := '\u2DF7'
fmt.Printf("%c\n", char) // Output: ⷷ
CSS:
/* CSS content property */
.element::before {
content: "\002DF7"; /* 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%B7%B7
MD5:
209550713e8fa6381daa1f57cc9c2e1f
SHA1:
9a67f44cf3fa20c83bea5b1aceb1263702652ffe
Base64:
4re3