C:
char c = '\u2777';
printf("%c\n", c); // Output: ❷
JavaScript:
const char = '\u2777';
console.log(char); // Output: ❷
Java:
char c = '\u2777';
System.out.println(c); // Output: ❷
JSON:
{"text": "\u2777"} // Value: ❷
Python:
char = '\u2777'
print(char) # Output: ❷
Perl:
my $char = "\x{2777}";
print $char; # Output: ❷
PHP:
$char = "\x{2777}";
echo $char; // Output: ❷
Ruby:
char = "\u{2777}"
puts char # Output: ❷
Rust:
let c = '\u{2777}';
println!("{}", c); // Output: ❷
Go:
char := '\u2777'
fmt.Printf("%c\n", char) // Output: ❷
CSS:
/* CSS content property */
.element::before {
content: "\002777"; /* 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%B7
MD5:
50f0186c0b07a3f8dd1f8f9040fcba43
SHA1:
51608642336b8dd2b7bc172997c899f5e2d8aea3
Base64:
4p23