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