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