C:
char c = '\u237A';
printf("%c\n", c); // Output: ⍺
JavaScript:
const char = '\u237A';
console.log(char); // Output: ⍺
Java:
char c = '\u237A';
System.out.println(c); // Output: ⍺
JSON:
{"text": "\u237A"} // Value: ⍺
Python:
char = '\u237A'
print(char) # Output: ⍺
Perl:
my $char = "\x{237A}";
print $char; # Output: ⍺
PHP:
$char = "\x{237A}";
echo $char; // Output: ⍺
Ruby:
char = "\u{237A}"
puts char # Output: ⍺
Rust:
let c = '\u{237A}';
println!("{}", c); // Output: ⍺
Go:
char := '\u237A'
fmt.Printf("%c\n", char) // Output: ⍺
CSS:
/* CSS content property */
.element::before {
content: "\00237A"; /* 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%BA
MD5:
49746a393036b1b9668f50a58445ebb2
SHA1:
03ed43cee9086413cf0c87198714fb7728333fc9
Base64:
4o26