C:
char c = '\u23AD';
printf("%c\n", c); // Output: ⎭
JavaScript:
const char = '\u23AD';
console.log(char); // Output: ⎭
Java:
char c = '\u23AD';
System.out.println(c); // Output: ⎭
JSON:
{"text": "\u23AD"} // Value: ⎭
Python:
char = '\u23AD'
print(char) # Output: ⎭
Perl:
my $char = "\x{23AD}";
print $char; # Output: ⎭
PHP:
$char = "\x{23AD}";
echo $char; // Output: ⎭
Ruby:
char = "\u{23AD}"
puts char # Output: ⎭
Rust:
let c = '\u{23AD}';
println!("{}", c); // Output: ⎭
Go:
char := '\u23AD'
fmt.Printf("%c\n", char) // Output: ⎭
CSS:
/* CSS content property */
.element::before {
content: "\0023AD"; /* 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%8E%AD
MD5:
ac0d49405731c008ab87a063679fb062
SHA1:
5af3bf97de05889231ea6c610728b4fbc091a2b0
Base64:
4o6t