C:
char c = '\u22FA';
printf("%c\n", c); // Output: ⋺
JavaScript:
const char = '\u22FA';
console.log(char); // Output: ⋺
Java:
char c = '\u22FA';
System.out.println(c); // Output: ⋺
JSON:
{"text": "\u22FA"} // Value: ⋺
Python:
char = '\u22FA'
print(char) # Output: ⋺
Perl:
my $char = "\x{22FA}";
print $char; # Output: ⋺
PHP:
$char = "\x{22FA}";
echo $char; // Output: ⋺
Ruby:
char = "\u{22FA}"
puts char # Output: ⋺
Rust:
let c = '\u{22FA}';
println!("{}", c); // Output: ⋺
Go:
char := '\u22FA'
fmt.Printf("%c\n", char) // Output: ⋺
CSS:
/* CSS content property */
.element::before {
content: "\0022FA"; /* 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%8B%BA
MD5:
52de704308d14553dbb3a24d7b8d7591
SHA1:
0b683207e6df2947f571ee6a9b1808861516037d
Base64:
4ou6