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