C:
char c = '\u2117';
printf("%c\n", c); // Output: ℗
JavaScript:
const char = '\u2117';
console.log(char); // Output: ℗
Java:
char c = '\u2117';
System.out.println(c); // Output: ℗
JSON:
{"text": "\u2117"} // Value: ℗
Python:
char = '\u2117'
print(char) # Output: ℗
Perl:
my $char = "\x{2117}";
print $char; # Output: ℗
PHP:
$char = "\x{2117}";
echo $char; // Output: ℗
Ruby:
char = "\u{2117}"
puts char # Output: ℗
Rust:
let c = '\u{2117}';
println!("{}", c); // Output: ℗
Go:
char := '\u2117'
fmt.Printf("%c\n", char) // Output: ℗
CSS:
/* CSS content property */
.element::before {
content: "\002117"; /* 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%84%97
MD5:
54f76dcb14129cf9da2d0a13345eb759
SHA1:
a383a74c1203c7fa20c14e166bf179ceb140cd53
Base64:
4oSX