C:
char c = '\u2974';
printf("%c\n", c); // Output: ⥴
JavaScript:
const char = '\u2974';
console.log(char); // Output: ⥴
Java:
char c = '\u2974';
System.out.println(c); // Output: ⥴
JSON:
{"text": "\u2974"} // Value: ⥴
Python:
char = '\u2974'
print(char) # Output: ⥴
Perl:
my $char = "\x{2974}";
print $char; # Output: ⥴
PHP:
$char = "\x{2974}";
echo $char; // Output: ⥴
Ruby:
char = "\u{2974}"
puts char # Output: ⥴
Rust:
let c = '\u{2974}';
println!("{}", c); // Output: ⥴
Go:
char := '\u2974'
fmt.Printf("%c\n", char) // Output: ⥴
CSS:
/* CSS content property */
.element::before {
content: "\002974"; /* 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%B4
MD5:
a0a0ac0c385c90ce6738a0f63a82b757
SHA1:
f3df69f3d4b9b144f9d852943669a4e07c1b2a4f
Base64:
4qW0