C:
char c = '\u1C7F';
printf("%c\n", c); // Output: ᱿
JavaScript:
const char = '\u1C7F';
console.log(char); // Output: ᱿
Java:
char c = '\u1C7F';
System.out.println(c); // Output: ᱿
JSON:
{"text": "\u1C7F"} // Value: ᱿
Python:
char = '\u1C7F'
print(char) # Output: ᱿
Perl:
my $char = "\x{1C7F}";
print $char; # Output: ᱿
PHP:
$char = "\x{1C7F}";
echo $char; // Output: ᱿
Ruby:
char = "\u{1C7F}"
puts char # Output: ᱿
Rust:
let c = '\u{1C7F}';
println!("{}", c); // Output: ᱿
Go:
char := '\u1C7F'
fmt.Printf("%c\n", char) // Output: ᱿
CSS:
/* CSS content property */
.element::before {
content: "\001C7F"; /* 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%B1%BF
MD5:
2d0828bb7e32d33fe850e73b04602bf5
SHA1:
097cb402c38d63357a22f7b0b3338956318dc6dd
Base64:
4bG/