C:
char c = '\u22F9';
printf("%c\n", c); // Output: ⋹
JavaScript:
const char = '\u22F9';
console.log(char); // Output: ⋹
Java:
char c = '\u22F9';
System.out.println(c); // Output: ⋹
JSON:
{"text": "\u22F9"} // Value: ⋹
Python:
char = '\u22F9'
print(char) # Output: ⋹
Perl:
my $char = "\x{22F9}";
print $char; # Output: ⋹
PHP:
$char = "\x{22F9}";
echo $char; // Output: ⋹
Ruby:
char = "\u{22F9}"
puts char # Output: ⋹
Rust:
let c = '\u{22F9}';
println!("{}", c); // Output: ⋹
Go:
char := '\u22F9'
fmt.Printf("%c\n", char) // Output: ⋹
CSS:
/* CSS content property */
.element::before {
content: "\0022F9"; /* 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%B9
MD5:
36551ac4a1dcd770886f3f22aac4d821
SHA1:
e91883292082c4a2897f2c714a966ad872205800
Base64:
4ou5