C:
char c = '\u22F8';
printf("%c\n", c); // Output: ⋸
JavaScript:
const char = '\u22F8';
console.log(char); // Output: ⋸
Java:
char c = '\u22F8';
System.out.println(c); // Output: ⋸
JSON:
{"text": "\u22F8"} // Value: ⋸
Python:
char = '\u22F8'
print(char) # Output: ⋸
Perl:
my $char = "\x{22F8}";
print $char; # Output: ⋸
PHP:
$char = "\x{22F8}";
echo $char; // Output: ⋸
Ruby:
char = "\u{22F8}"
puts char # Output: ⋸
Rust:
let c = '\u{22F8}';
println!("{}", c); // Output: ⋸
Go:
char := '\u22F8'
fmt.Printf("%c\n", char) // Output: ⋸
CSS:
/* CSS content property */
.element::before {
content: "\0022F8"; /* 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%8B%B8
MD5:
6ec7eed350d503b669f4671973d0b05a
SHA1:
353e3ca62e4f2d6880a8dbfcaaa58b3873c5e923
Base64:
4ou4