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