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