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