C:
char c = '\u2BA0';
printf("%c\n", c); // Output: ⮠
JavaScript:
const char = '\u2BA0';
console.log(char); // Output: ⮠
Java:
char c = '\u2BA0';
System.out.println(c); // Output: ⮠
JSON:
{"text": "\u2BA0"} // Value: ⮠
Python:
char = '\u2BA0'
print(char) # Output: ⮠
Perl:
my $char = "\x{2BA0}";
print $char; # Output: ⮠
PHP:
$char = "\x{2BA0}";
echo $char; // Output: ⮠
Ruby:
char = "\u{2BA0}"
puts char # Output: ⮠
Rust:
let c = '\u{2BA0}';
println!("{}", c); // Output: ⮠
Go:
char := '\u2BA0'
fmt.Printf("%c\n", char) // Output: ⮠
CSS:
/* CSS content property */
.element::before {
content: "\002BA0"; /* 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%AE%A0
MD5:
d1c35abe37de1b40a77361008ff1247e
SHA1:
049d3fb5af3004533d7c1858ebd3ad8ab518be2a
Base64:
4q6g