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