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