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