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