C:
char c = '\u2DFC';
printf("%c\n", c); // Output: ⷼ
JavaScript:
const char = '\u2DFC';
console.log(char); // Output: ⷼ
Java:
char c = '\u2DFC';
System.out.println(c); // Output: ⷼ
JSON:
{"text": "\u2DFC"} // Value: ⷼ
Python:
char = '\u2DFC'
print(char) # Output: ⷼ
Perl:
my $char = "\x{2DFC}";
print $char; # Output: ⷼ
PHP:
$char = "\x{2DFC}";
echo $char; // Output: ⷼ
Ruby:
char = "\u{2DFC}"
puts char # Output: ⷼ
Rust:
let c = '\u{2DFC}';
println!("{}", c); // Output: ⷼ
Go:
char := '\u2DFC'
fmt.Printf("%c\n", char) // Output: ⷼ
CSS:
/* CSS content property */
.element::before {
content: "\002DFC"; /* 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%B7%BC
MD5:
63ea194a8f8f2510913fc4a3e87bba90
SHA1:
59deda144f86b53ae5805004491a57cb28ced064
Base64:
4re8