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