C:
char c = '\u2AB9';
printf("%c\n", c); // Output: ⪹
JavaScript:
const char = '\u2AB9';
console.log(char); // Output: ⪹
Java:
char c = '\u2AB9';
System.out.println(c); // Output: ⪹
JSON:
{"text": "\u2AB9"} // Value: ⪹
Python:
char = '\u2AB9'
print(char) # Output: ⪹
Perl:
my $char = "\x{2AB9}";
print $char; # Output: ⪹
PHP:
$char = "\x{2AB9}";
echo $char; // Output: ⪹
Ruby:
char = "\u{2AB9}"
puts char # Output: ⪹
Rust:
let c = '\u{2AB9}';
println!("{}", c); // Output: ⪹
Go:
char := '\u2AB9'
fmt.Printf("%c\n", char) // Output: ⪹
CSS:
/* CSS content property */
.element::before {
content: "\002AB9"; /* 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%AA%B9
MD5:
84594378edcbefdec19488a65d55e0e4
SHA1:
9c8724e047ed489e28c8c061c0e67319bf8b93be
Base64:
4qq5