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