C:
char c = '\u2CF9';
printf("%c\n", c); // Output: ⳹
JavaScript:
const char = '\u2CF9';
console.log(char); // Output: ⳹
Java:
char c = '\u2CF9';
System.out.println(c); // Output: ⳹
JSON:
{"text": "\u2CF9"} // Value: ⳹
Python:
char = '\u2CF9'
print(char) # Output: ⳹
Perl:
my $char = "\x{2CF9}";
print $char; # Output: ⳹
PHP:
$char = "\x{2CF9}";
echo $char; // Output: ⳹
Ruby:
char = "\u{2CF9}"
puts char # Output: ⳹
Rust:
let c = '\u{2CF9}';
println!("{}", c); // Output: ⳹
Go:
char := '\u2CF9'
fmt.Printf("%c\n", char) // Output: ⳹
CSS:
/* CSS content property */
.element::before {
content: "\002CF9"; /* 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%B3%B9
MD5:
90a0e0baae1c0c7e7b62150a923e3510
SHA1:
89d2e80c11f247c7f2afcc811990d4a160ed4b73
Base64:
4rO5