C:
char c = '\u2DF8';
printf("%c\n", c); // Output: ⷸ
JavaScript:
const char = '\u2DF8';
console.log(char); // Output: ⷸ
Java:
char c = '\u2DF8';
System.out.println(c); // Output: ⷸ
JSON:
{"text": "\u2DF8"} // Value: ⷸ
Python:
char = '\u2DF8'
print(char) # Output: ⷸ
Perl:
my $char = "\x{2DF8}";
print $char; # Output: ⷸ
PHP:
$char = "\x{2DF8}";
echo $char; // Output: ⷸ
Ruby:
char = "\u{2DF8}"
puts char # Output: ⷸ
Rust:
let c = '\u{2DF8}';
println!("{}", c); // Output: ⷸ
Go:
char := '\u2DF8'
fmt.Printf("%c\n", char) // Output: ⷸ
CSS:
/* CSS content property */
.element::before {
content: "\002DF8"; /* 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%B8
MD5:
562ca66e98a7b6626712e32df643af60
SHA1:
0cbd250590cdb3e508b782903f3387507a08f1ee
Base64:
4re4