C:
char c = '\u2BBE';
printf("%c\n", c); // Output: ⮾
JavaScript:
const char = '\u2BBE';
console.log(char); // Output: ⮾
Java:
char c = '\u2BBE';
System.out.println(c); // Output: ⮾
JSON:
{"text": "\u2BBE"} // Value: ⮾
Python:
char = '\u2BBE'
print(char) # Output: ⮾
Perl:
my $char = "\x{2BBE}";
print $char; # Output: ⮾
PHP:
$char = "\x{2BBE}";
echo $char; // Output: ⮾
Ruby:
char = "\u{2BBE}"
puts char # Output: ⮾
Rust:
let c = '\u{2BBE}';
println!("{}", c); // Output: ⮾
Go:
char := '\u2BBE'
fmt.Printf("%c\n", char) // Output: ⮾
CSS:
/* CSS content property */
.element::before {
content: "\002BBE"; /* 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%BE
MD5:
002581410732bce706a01229bb810efe
SHA1:
6e4a23d8cedf7c5170ea1a4419a85d4e00de11e5
Base64:
4q6+