C:
char c = '\u2378';
printf("%c\n", c); // Output: ⍸
JavaScript:
const char = '\u2378';
console.log(char); // Output: ⍸
Java:
char c = '\u2378';
System.out.println(c); // Output: ⍸
JSON:
{"text": "\u2378"} // Value: ⍸
Python:
char = '\u2378'
print(char) # Output: ⍸
Perl:
my $char = "\x{2378}";
print $char; # Output: ⍸
PHP:
$char = "\x{2378}";
echo $char; // Output: ⍸
Ruby:
char = "\u{2378}"
puts char # Output: ⍸
Rust:
let c = '\u{2378}';
println!("{}", c); // Output: ⍸
Go:
char := '\u2378'
fmt.Printf("%c\n", char) // Output: ⍸
CSS:
/* CSS content property */
.element::before {
content: "\002378"; /* 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%8D%B8
MD5:
dd140edd311059cbedc0cee7cd63eaa3
SHA1:
4954ff5e4e76f938d0decfae4a1b1085cc02f796
Base64:
4o24