C:
char c = '\u22DF';
printf("%c\n", c); // Output: ⋟
JavaScript:
const char = '\u22DF';
console.log(char); // Output: ⋟
Java:
char c = '\u22DF';
System.out.println(c); // Output: ⋟
JSON:
{"text": "\u22DF"} // Value: ⋟
Python:
char = '\u22DF'
print(char) # Output: ⋟
Perl:
my $char = "\x{22DF}";
print $char; # Output: ⋟
PHP:
$char = "\x{22DF}";
echo $char; // Output: ⋟
Ruby:
char = "\u{22DF}"
puts char # Output: ⋟
Rust:
let c = '\u{22DF}';
println!("{}", c); // Output: ⋟
Go:
char := '\u22DF'
fmt.Printf("%c\n", char) // Output: ⋟
CSS:
/* CSS content property */
.element::before {
content: "\0022DF"; /* 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%8B%9F
MD5:
b789d902021c82cb557cddcc32acb2a4
SHA1:
e505173311b6cea2c42fe6cd260a67e3f20dfefd
Base64:
4ouf