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