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