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