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