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