C:
char c = '\u22EC';
printf("%c\n", c); // Output: ⋬
JavaScript:
const char = '\u22EC';
console.log(char); // Output: ⋬
Java:
char c = '\u22EC';
System.out.println(c); // Output: ⋬
JSON:
{"text": "\u22EC"} // Value: ⋬
Python:
char = '\u22EC'
print(char) # Output: ⋬
Perl:
my $char = "\x{22EC}";
print $char; # Output: ⋬
PHP:
$char = "\x{22EC}";
echo $char; // Output: ⋬
Ruby:
char = "\u{22EC}"
puts char # Output: ⋬
Rust:
let c = '\u{22EC}';
println!("{}", c); // Output: ⋬
Go:
char := '\u22EC'
fmt.Printf("%c\n", char) // Output: ⋬
CSS:
/* CSS content property */
.element::before {
content: "\0022EC"; /* 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%8B%AC
MD5:
7c8142400b48833c990e9b07a177712d
SHA1:
06da5fca5d7a38939877e4e30c142682b110f4b1
Base64:
4ous