C:
char c = '\u290C';
printf("%c\n", c); // Output: ⤌
JavaScript:
const char = '\u290C';
console.log(char); // Output: ⤌
Java:
char c = '\u290C';
System.out.println(c); // Output: ⤌
JSON:
{"text": "\u290C"} // Value: ⤌
Python:
char = '\u290C'
print(char) # Output: ⤌
Perl:
my $char = "\x{290C}";
print $char; # Output: ⤌
PHP:
$char = "\x{290C}";
echo $char; // Output: ⤌
Ruby:
char = "\u{290C}"
puts char # Output: ⤌
Rust:
let c = '\u{290C}';
println!("{}", c); // Output: ⤌
Go:
char := '\u290C'
fmt.Printf("%c\n", char) // Output: ⤌
CSS:
/* CSS content property */
.element::before {
content: "\00290C"; /* 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%8C
MD5:
eb89c0918deced29a21b608322af5b26
SHA1:
14df640bd9e96e53522c514770c087c848e63752
Base64:
4qSM