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