C:
char c = '\u2934';
printf("%c\n", c); // Output: ⤴
JavaScript:
const char = '\u2934';
console.log(char); // Output: ⤴
Java:
char c = '\u2934';
System.out.println(c); // Output: ⤴
JSON:
{"text": "\u2934"} // Value: ⤴
Python:
char = '\u2934'
print(char) # Output: ⤴
Perl:
my $char = "\x{2934}";
print $char; # Output: ⤴
PHP:
$char = "\x{2934}";
echo $char; // Output: ⤴
Ruby:
char = "\u{2934}"
puts char # Output: ⤴
Rust:
let c = '\u{2934}';
println!("{}", c); // Output: ⤴
Go:
char := '\u2934'
fmt.Printf("%c\n", char) // Output: ⤴
CSS:
/* CSS content property */
.element::before {
content: "\002934"; /* 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%A4%B4
MD5:
51bc10d8de53230304d17814af9e5485
SHA1:
497dba99d9e9f53ced6f64790928db1487a65678
Base64:
4qS0