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