C:
char c = '\u2734';
printf("%c\n", c); // Output: ✴
JavaScript:
const char = '\u2734';
console.log(char); // Output: ✴
Java:
char c = '\u2734';
System.out.println(c); // Output: ✴
JSON:
{"text": "\u2734"} // Value: ✴
Python:
char = '\u2734'
print(char) # Output: ✴
Perl:
my $char = "\x{2734}";
print $char; # Output: ✴
PHP:
$char = "\x{2734}";
echo $char; // Output: ✴
Ruby:
char = "\u{2734}"
puts char # Output: ✴
Rust:
let c = '\u{2734}';
println!("{}", c); // Output: ✴
Go:
char := '\u2734'
fmt.Printf("%c\n", char) // Output: ✴
CSS:
/* CSS content property */
.element::before {
content: "\002734"; /* 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%B4
MD5:
614f49483742ca88d6955989f6e628ea
SHA1:
142ced4b71945a74548338e088877412d26ce44c
Base64:
4py0