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