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