C:
char c = '\uA2EE';
printf("%c\n", c); // Output: ꋮ
JavaScript:
const char = '\uA2EE';
console.log(char); // Output: ꋮ
Java:
char c = '\uA2EE';
System.out.println(c); // Output: ꋮ
JSON:
{"text": "\uA2EE"} // Value: ꋮ
Python:
char = '\uA2EE'
print(char) # Output: ꋮ
Perl:
my $char = "\x{A2EE}";
print $char; # Output: ꋮ
PHP:
$char = "\x{A2EE}";
echo $char; // Output: ꋮ
Ruby:
char = "\u{A2EE}"
puts char # Output: ꋮ
Rust:
let c = '\u{A2EE}';
println!("{}", c); // Output: ꋮ
Go:
char := '\uA2EE'
fmt.Printf("%c\n", char) // Output: ꋮ
CSS:
/* CSS content property */
.element::before {
content: "\00A2EE"; /* 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=%EA%8B%AE
MD5:
de59316f3dcf0b7895d2e5f41234bf96
SHA1:
18238e74bc609e860c172047b719c76de6fca3f6
Base64:
6ouu