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