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