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