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