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