C:
char c = '\u20EC';
printf("%c\n", c); // Output: ⃬
JavaScript:
const char = '\u20EC';
console.log(char); // Output: ⃬
Java:
char c = '\u20EC';
System.out.println(c); // Output: ⃬
JSON:
{"text": "\u20EC"} // Value: ⃬
Python:
char = '\u20EC'
print(char) # Output: ⃬
Perl:
my $char = "\x{20EC}";
print $char; # Output: ⃬
PHP:
$char = "\x{20EC}";
echo $char; // Output: ⃬
Ruby:
char = "\u{20EC}"
puts char # Output: ⃬
Rust:
let c = '\u{20EC}';
println!("{}", c); // Output: ⃬
Go:
char := '\u20EC'
fmt.Printf("%c\n", char) // Output: ⃬
CSS:
/* CSS content property */
.element::before {
content: "\0020EC"; /* 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%83%AC
MD5:
6803f64e741c58806b196f0edd2106b5
SHA1:
45d8a7fbe429d56fb73a5479e06e80e543cc05d1
Base64:
4oOs