C:
char c = '\u2969';
printf("%c\n", c); // Output: ⥩
JavaScript:
const char = '\u2969';
console.log(char); // Output: ⥩
Java:
char c = '\u2969';
System.out.println(c); // Output: ⥩
JSON:
{"text": "\u2969"} // Value: ⥩
Python:
char = '\u2969'
print(char) # Output: ⥩
Perl:
my $char = "\x{2969}";
print $char; # Output: ⥩
PHP:
$char = "\x{2969}";
echo $char; // Output: ⥩
Ruby:
char = "\u{2969}"
puts char # Output: ⥩
Rust:
let c = '\u{2969}';
println!("{}", c); // Output: ⥩
Go:
char := '\u2969'
fmt.Printf("%c\n", char) // Output: ⥩
CSS:
/* CSS content property */
.element::before {
content: "\002969"; /* 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%A5%A9
MD5:
496decf0f765b08ee149c8be0e0f662a
SHA1:
21ac3ca12034afe4cbb948dceb9c8d4aba93a564
Base64:
4qWp