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