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