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