C:
char c = '\u22FC';
printf("%c\n", c); // Output: ⋼
JavaScript:
const char = '\u22FC';
console.log(char); // Output: ⋼
Java:
char c = '\u22FC';
System.out.println(c); // Output: ⋼
JSON:
{"text": "\u22FC"} // Value: ⋼
Python:
char = '\u22FC'
print(char) # Output: ⋼
Perl:
my $char = "\x{22FC}";
print $char; # Output: ⋼
PHP:
$char = "\x{22FC}";
echo $char; // Output: ⋼
Ruby:
char = "\u{22FC}"
puts char # Output: ⋼
Rust:
let c = '\u{22FC}';
println!("{}", c); // Output: ⋼
Go:
char := '\u22FC'
fmt.Printf("%c\n", char) // Output: ⋼
CSS:
/* CSS content property */
.element::before {
content: "\0022FC"; /* 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%BC
MD5:
3b36ce97e18fe48b9ce32c3205bd9bdd
SHA1:
743ac4ce232a279cf401d71551121fd250862a6a
Base64:
4ou8