C:
char c = '\uA2FB';
printf("%c\n", c); // Output: ꋻ
JavaScript:
const char = '\uA2FB';
console.log(char); // Output: ꋻ
Java:
char c = '\uA2FB';
System.out.println(c); // Output: ꋻ
JSON:
{"text": "\uA2FB"} // Value: ꋻ
Python:
char = '\uA2FB'
print(char) # Output: ꋻ
Perl:
my $char = "\x{A2FB}";
print $char; # Output: ꋻ
PHP:
$char = "\x{A2FB}";
echo $char; // Output: ꋻ
Ruby:
char = "\u{A2FB}"
puts char # Output: ꋻ
Rust:
let c = '\u{A2FB}';
println!("{}", c); // Output: ꋻ
Go:
char := '\uA2FB'
fmt.Printf("%c\n", char) // Output: ꋻ
CSS:
/* CSS content property */
.element::before {
content: "\00A2FB"; /* 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%BB
MD5:
390da61160e33ef701a712cc79619d5c
SHA1:
ee083d0a238526707e014016553b4b2624acd032
Base64:
6ou7