C:
char c = '\u1A7C';
printf("%c\n", c); // Output: ᩼
JavaScript:
const char = '\u1A7C';
console.log(char); // Output: ᩼
Java:
char c = '\u1A7C';
System.out.println(c); // Output: ᩼
JSON:
{"text": "\u1A7C"} // Value: ᩼
Python:
char = '\u1A7C'
print(char) # Output: ᩼
Perl:
my $char = "\x{1A7C}";
print $char; # Output: ᩼
PHP:
$char = "\x{1A7C}";
echo $char; // Output: ᩼
Ruby:
char = "\u{1A7C}"
puts char # Output: ᩼
Rust:
let c = '\u{1A7C}';
println!("{}", c); // Output: ᩼
Go:
char := '\u1A7C'
fmt.Printf("%c\n", char) // Output: ᩼
CSS:
/* CSS content property */
.element::before {
content: "\001A7C"; /* 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=%E1%A9%BC
MD5:
6b4bcdc386d5a30f2067ab216dc6e00c
SHA1:
bcaeed720fbc45a5eeceb48db159bd84287ef620
Base64:
4am8