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