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