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