C:
char c = '\u239A';
printf("%c\n", c); // Output: ⎚
JavaScript:
const char = '\u239A';
console.log(char); // Output: ⎚
Java:
char c = '\u239A';
System.out.println(c); // Output: ⎚
JSON:
{"text": "\u239A"} // Value: ⎚
Python:
char = '\u239A'
print(char) # Output: ⎚
Perl:
my $char = "\x{239A}";
print $char; # Output: ⎚
PHP:
$char = "\x{239A}";
echo $char; // Output: ⎚
Ruby:
char = "\u{239A}"
puts char # Output: ⎚
Rust:
let c = '\u{239A}';
println!("{}", c); // Output: ⎚
Go:
char := '\u239A'
fmt.Printf("%c\n", char) // Output: ⎚
CSS:
/* CSS content property */
.element::before {
content: "\00239A"; /* 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%8E%9A
MD5:
c32b60a730d2bbd9cea9f38d4d843acc
SHA1:
4484f29a5ee2834111b0cf3f1b32d18679c03f4d
Base64:
4o6a