C:
char c = '\u2376';
printf("%c\n", c); // Output: ⍶
JavaScript:
const char = '\u2376';
console.log(char); // Output: ⍶
Java:
char c = '\u2376';
System.out.println(c); // Output: ⍶
JSON:
{"text": "\u2376"} // Value: ⍶
Python:
char = '\u2376'
print(char) # Output: ⍶
Perl:
my $char = "\x{2376}";
print $char; # Output: ⍶
PHP:
$char = "\x{2376}";
echo $char; // Output: ⍶
Ruby:
char = "\u{2376}"
puts char # Output: ⍶
Rust:
let c = '\u{2376}';
println!("{}", c); // Output: ⍶
Go:
char := '\u2376'
fmt.Printf("%c\n", char) // Output: ⍶
CSS:
/* CSS content property */
.element::before {
content: "\002376"; /* 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%B6
MD5:
e2aa18f8ff0696165ba1cd69b2ea2264
SHA1:
d317f3507bf8a07335fd09970cd8dac2ce479bda
Base64:
4o22