C:
char c = '\u28B7';
printf("%c\n", c); // Output: ⢷
JavaScript:
const char = '\u28B7';
console.log(char); // Output: ⢷
Java:
char c = '\u28B7';
System.out.println(c); // Output: ⢷
JSON:
{"text": "\u28B7"} // Value: ⢷
Python:
char = '\u28B7'
print(char) # Output: ⢷
Perl:
my $char = "\x{28B7}";
print $char; # Output: ⢷
PHP:
$char = "\x{28B7}";
echo $char; // Output: ⢷
Ruby:
char = "\u{28B7}"
puts char # Output: ⢷
Rust:
let c = '\u{28B7}';
println!("{}", c); // Output: ⢷
Go:
char := '\u28B7'
fmt.Printf("%c\n", char) // Output: ⢷
CSS:
/* CSS content property */
.element::before {
content: "\0028B7"; /* 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%A2%B7
MD5:
78d323733dfc1da43780afe106b4c6dc
SHA1:
8dc808d1f378435689eb4d7dc2081456f3a94863
Base64:
4qK3