C:
char c = '\u296B';
printf("%c\n", c); // Output: ⥫
JavaScript:
const char = '\u296B';
console.log(char); // Output: ⥫
Java:
char c = '\u296B';
System.out.println(c); // Output: ⥫
JSON:
{"text": "\u296B"} // Value: ⥫
Python:
char = '\u296B'
print(char) # Output: ⥫
Perl:
my $char = "\x{296B}";
print $char; # Output: ⥫
PHP:
$char = "\x{296B}";
echo $char; // Output: ⥫
Ruby:
char = "\u{296B}"
puts char # Output: ⥫
Rust:
let c = '\u{296B}';
println!("{}", c); // Output: ⥫
Go:
char := '\u296B'
fmt.Printf("%c\n", char) // Output: ⥫
CSS:
/* CSS content property */
.element::before {
content: "\00296B"; /* 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%AB
MD5:
2eaa09557e72ca9d6c001fbb8a010eb1
SHA1:
48d7161e3ea48181b985681faef1316abfb466bf
Base64:
4qWr