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