C:
char c = '\u27BA';
printf("%c\n", c); // Output: ➺
JavaScript:
const char = '\u27BA';
console.log(char); // Output: ➺
Java:
char c = '\u27BA';
System.out.println(c); // Output: ➺
JSON:
{"text": "\u27BA"} // Value: ➺
Python:
char = '\u27BA'
print(char) # Output: ➺
Perl:
my $char = "\x{27BA}";
print $char; # Output: ➺
PHP:
$char = "\x{27BA}";
echo $char; // Output: ➺
Ruby:
char = "\u{27BA}"
puts char # Output: ➺
Rust:
let c = '\u{27BA}';
println!("{}", c); // Output: ➺
Go:
char := '\u27BA'
fmt.Printf("%c\n", char) // Output: ➺
CSS:
/* CSS content property */
.element::before {
content: "\0027BA"; /* 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%9E%BA
MD5:
33634d1f57a60b2f1165fcdef95ba927
SHA1:
ad8d6e8c91f893cb776c5747caef3d360587533c
Base64:
4p66