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