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