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