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