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