C:
char c = '\u277D';
printf("%c\n", c); // Output: ❽
JavaScript:
const char = '\u277D';
console.log(char); // Output: ❽
Java:
char c = '\u277D';
System.out.println(c); // Output: ❽
JSON:
{"text": "\u277D"} // Value: ❽
Python:
char = '\u277D'
print(char) # Output: ❽
Perl:
my $char = "\x{277D}";
print $char; # Output: ❽
PHP:
$char = "\x{277D}";
echo $char; // Output: ❽
Ruby:
char = "\u{277D}"
puts char # Output: ❽
Rust:
let c = '\u{277D}';
println!("{}", c); // Output: ❽
Go:
char := '\u277D'
fmt.Printf("%c\n", char) // Output: ❽
CSS:
/* CSS content property */
.element::before {
content: "\00277D"; /* 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%BD
MD5:
56a63d939d56b26a52c34798ff5bdcc8
SHA1:
ea0d270c464c7c1c3eeca0aacfd7ae600909a507
Base64:
4p29