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