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