C:
char c = '\u1476';
printf("%c\n", c); // Output: ᑶ
JavaScript:
const char = '\u1476';
console.log(char); // Output: ᑶ
Java:
char c = '\u1476';
System.out.println(c); // Output: ᑶ
JSON:
{"text": "\u1476"} // Value: ᑶ
Python:
char = '\u1476'
print(char) # Output: ᑶ
Perl:
my $char = "\x{1476}";
print $char; # Output: ᑶ
PHP:
$char = "\x{1476}";
echo $char; // Output: ᑶ
Ruby:
char = "\u{1476}"
puts char # Output: ᑶ
Rust:
let c = '\u{1476}';
println!("{}", c); // Output: ᑶ
Go:
char := '\u1476'
fmt.Printf("%c\n", char) // Output: ᑶ
CSS:
/* CSS content property */
.element::before {
content: "\001476"; /* 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%91%B6
MD5:
bd23fba5902b70229d112cc1c67264d0
SHA1:
78cdaeb5172ead0ddbfc9b7d00abc027acd5236c
Base64:
4ZG2