C:
char c = '\u231D';
printf("%c\n", c); // Output: ⌝
JavaScript:
const char = '\u231D';
console.log(char); // Output: ⌝
Java:
char c = '\u231D';
System.out.println(c); // Output: ⌝
JSON:
{"text": "\u231D"} // Value: ⌝
Python:
char = '\u231D'
print(char) # Output: ⌝
Perl:
my $char = "\x{231D}";
print $char; # Output: ⌝
PHP:
$char = "\x{231D}";
echo $char; // Output: ⌝
Ruby:
char = "\u{231D}"
puts char # Output: ⌝
Rust:
let c = '\u{231D}';
println!("{}", c); // Output: ⌝
Go:
char := '\u231D'
fmt.Printf("%c\n", char) // Output: ⌝
CSS:
/* CSS content property */
.element::before {
content: "\00231D"; /* 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%8C%9D
MD5:
2b05879a9d565eea18d64dabfeea311e
SHA1:
904395d3ba8035e8f40124d7cc2d282c635dd4a1
Base64:
4oyd