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