C:
char c = '\u2DFA';
printf("%c\n", c); // Output: ⷺ
JavaScript:
const char = '\u2DFA';
console.log(char); // Output: ⷺ
Java:
char c = '\u2DFA';
System.out.println(c); // Output: ⷺ
JSON:
{"text": "\u2DFA"} // Value: ⷺ
Python:
char = '\u2DFA'
print(char) # Output: ⷺ
Perl:
my $char = "\x{2DFA}";
print $char; # Output: ⷺ
PHP:
$char = "\x{2DFA}";
echo $char; // Output: ⷺ
Ruby:
char = "\u{2DFA}"
puts char # Output: ⷺ
Rust:
let c = '\u{2DFA}';
println!("{}", c); // Output: ⷺ
Go:
char := '\u2DFA'
fmt.Printf("%c\n", char) // Output: ⷺ
CSS:
/* CSS content property */
.element::before {
content: "\002DFA"; /* 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%BA
MD5:
c2f5082e27b588fec6a38a186c699031
SHA1:
5e653354169d15b862bc66cfc7e6c697db76a749
Base64:
4re6