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