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