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