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