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