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