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