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