C:
char c = '\u2770';
printf("%c\n", c); // Output: ❰
JavaScript:
const char = '\u2770';
console.log(char); // Output: ❰
Java:
char c = '\u2770';
System.out.println(c); // Output: ❰
JSON:
{"text": "\u2770"} // Value: ❰
Python:
char = '\u2770'
print(char) # Output: ❰
Perl:
my $char = "\x{2770}";
print $char; # Output: ❰
PHP:
$char = "\x{2770}";
echo $char; // Output: ❰
Ruby:
char = "\u{2770}"
puts char # Output: ❰
Rust:
let c = '\u{2770}';
println!("{}", c); // Output: ❰
Go:
char := '\u2770'
fmt.Printf("%c\n", char) // Output: ❰
CSS:
/* CSS content property */
.element::before {
content: "\002770"; /* 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%9D%B0
MD5:
ee2eaba01a13fb9faeb2219af8703e2a
SHA1:
7c1b87a6e7f8147713a10bb78f2da8f2378e098e
Base64:
4p2w