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