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