C:
char c = '\u2738';
printf("%c\n", c); // Output: ✸
JavaScript:
const char = '\u2738';
console.log(char); // Output: ✸
Java:
char c = '\u2738';
System.out.println(c); // Output: ✸
JSON:
{"text": "\u2738"} // Value: ✸
Python:
char = '\u2738'
print(char) # Output: ✸
Perl:
my $char = "\x{2738}";
print $char; # Output: ✸
PHP:
$char = "\x{2738}";
echo $char; // Output: ✸
Ruby:
char = "\u{2738}"
puts char # Output: ✸
Rust:
let c = '\u{2738}';
println!("{}", c); // Output: ✸
Go:
char := '\u2738'
fmt.Printf("%c\n", char) // Output: ✸
CSS:
/* CSS content property */
.element::before {
content: "\002738"; /* 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%9C%B8
MD5:
c097989766c6d3bf4e7afd9d942d396a
SHA1:
20c690dc909e946a107b1c8a2bc7b5e09795328c
Base64:
4py4