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