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