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