C:
char c = '\u297C';
printf("%c\n", c); // Output: ⥼
JavaScript:
const char = '\u297C';
console.log(char); // Output: ⥼
Java:
char c = '\u297C';
System.out.println(c); // Output: ⥼
JSON:
{"text": "\u297C"} // Value: ⥼
Python:
char = '\u297C'
print(char) # Output: ⥼
Perl:
my $char = "\x{297C}";
print $char; # Output: ⥼
PHP:
$char = "\x{297C}";
echo $char; // Output: ⥼
Ruby:
char = "\u{297C}"
puts char # Output: ⥼
Rust:
let c = '\u{297C}';
println!("{}", c); // Output: ⥼
Go:
char := '\u297C'
fmt.Printf("%c\n", char) // Output: ⥼
CSS:
/* CSS content property */
.element::before {
content: "\00297C"; /* 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%BC
MD5:
73d195e9fccdac9a1d82f83d39f56ee5
SHA1:
9365a538125e9e036c1dc212ebfebef82b32ce9e
Base64:
4qW8