C:
char c = '\uA7FC';
printf("%c\n", c); // Output: ꟼ
JavaScript:
const char = '\uA7FC';
console.log(char); // Output: ꟼ
Java:
char c = '\uA7FC';
System.out.println(c); // Output: ꟼ
JSON:
{"text": "\uA7FC"} // Value: ꟼ
Python:
char = '\uA7FC'
print(char) # Output: ꟼ
Perl:
my $char = "\x{A7FC}";
print $char; # Output: ꟼ
PHP:
$char = "\x{A7FC}";
echo $char; // Output: ꟼ
Ruby:
char = "\u{A7FC}"
puts char # Output: ꟼ
Rust:
let c = '\u{A7FC}';
println!("{}", c); // Output: ꟼ
Go:
char := '\uA7FC'
fmt.Printf("%c\n", char) // Output: ꟼ
CSS:
/* CSS content property */
.element::before {
content: "\00A7FC"; /* 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%9F%BC
MD5:
6e13f21baeab8617b60d06a2f48023d4
SHA1:
2f8d1ebfc8dc7986c077e174bedeae654d8a6772
Base64:
6p+8