C:
char c = '\u226C';
printf("%c\n", c); // Output: ≬
JavaScript:
const char = '\u226C';
console.log(char); // Output: ≬
Java:
char c = '\u226C';
System.out.println(c); // Output: ≬
JSON:
{"text": "\u226C"} // Value: ≬
Python:
char = '\u226C'
print(char) # Output: ≬
Perl:
my $char = "\x{226C}";
print $char; # Output: ≬
PHP:
$char = "\x{226C}";
echo $char; // Output: ≬
Ruby:
char = "\u{226C}"
puts char # Output: ≬
Rust:
let c = '\u{226C}';
println!("{}", c); // Output: ≬
Go:
char := '\u226C'
fmt.Printf("%c\n", char) // Output: ≬
CSS:
/* CSS content property */
.element::before {
content: "\00226C"; /* 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%89%AC
MD5:
29c0e58ee3e1fbe37d150ed0e369fe96
SHA1:
220e183e4c34c991b602a610791a6b1e7ca28e30
Base64:
4oms