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