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