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