C:
char c = '\u2AB8';
printf("%c\n", c); // Output: ⪸
JavaScript:
const char = '\u2AB8';
console.log(char); // Output: ⪸
Java:
char c = '\u2AB8';
System.out.println(c); // Output: ⪸
JSON:
{"text": "\u2AB8"} // Value: ⪸
Python:
char = '\u2AB8'
print(char) # Output: ⪸
Perl:
my $char = "\x{2AB8}";
print $char; # Output: ⪸
PHP:
$char = "\x{2AB8}";
echo $char; // Output: ⪸
Ruby:
char = "\u{2AB8}"
puts char # Output: ⪸
Rust:
let c = '\u{2AB8}';
println!("{}", c); // Output: ⪸
Go:
char := '\u2AB8'
fmt.Printf("%c\n", char) // Output: ⪸
CSS:
/* CSS content property */
.element::before {
content: "\002AB8"; /* 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%B8
MD5:
c9298f092c8871ec6230e1e1035d739e
SHA1:
02c2a979649226bc78fbb850a7a8aefe4f28a163
Base64:
4qq4