C:
char c = '\u2DF6';
printf("%c\n", c); // Output: ⷶ
JavaScript:
const char = '\u2DF6';
console.log(char); // Output: ⷶ
Java:
char c = '\u2DF6';
System.out.println(c); // Output: ⷶ
JSON:
{"text": "\u2DF6"} // Value: ⷶ
Python:
char = '\u2DF6'
print(char) # Output: ⷶ
Perl:
my $char = "\x{2DF6}";
print $char; # Output: ⷶ
PHP:
$char = "\x{2DF6}";
echo $char; // Output: ⷶ
Ruby:
char = "\u{2DF6}"
puts char # Output: ⷶ
Rust:
let c = '\u{2DF6}';
println!("{}", c); // Output: ⷶ
Go:
char := '\u2DF6'
fmt.Printf("%c\n", char) // Output: ⷶ
CSS:
/* CSS content property */
.element::before {
content: "\002DF6"; /* 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%B6
MD5:
625bec033ad6c77c8a8aab8d46f91d13
SHA1:
3b18b3c1fe15303b7ee7de1f80bc6847f15f83d3
Base64:
4re2