C:
char c = '\u29A8';
printf("%c\n", c); // Output: ⦨
JavaScript:
const char = '\u29A8';
console.log(char); // Output: ⦨
Java:
char c = '\u29A8';
System.out.println(c); // Output: ⦨
JSON:
{"text": "\u29A8"} // Value: ⦨
Python:
char = '\u29A8'
print(char) # Output: ⦨
Perl:
my $char = "\x{29A8}";
print $char; # Output: ⦨
PHP:
$char = "\x{29A8}";
echo $char; // Output: ⦨
Ruby:
char = "\u{29A8}"
puts char # Output: ⦨
Rust:
let c = '\u{29A8}';
println!("{}", c); // Output: ⦨
Go:
char := '\u29A8'
fmt.Printf("%c\n", char) // Output: ⦨
CSS:
/* CSS content property */
.element::before {
content: "\0029A8"; /* 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%A6%A8
MD5:
ed55c5180bdf84d6d131fa5f9882e404
SHA1:
85351f27185c39d38b5cc944f2ee7551db574225
Base64:
4qao