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