C:
char c = '\u1676';
printf("%c\n", c); // Output: ᙶ
JavaScript:
const char = '\u1676';
console.log(char); // Output: ᙶ
Java:
char c = '\u1676';
System.out.println(c); // Output: ᙶ
JSON:
{"text": "\u1676"} // Value: ᙶ
Python:
char = '\u1676'
print(char) # Output: ᙶ
Perl:
my $char = "\x{1676}";
print $char; # Output: ᙶ
PHP:
$char = "\x{1676}";
echo $char; // Output: ᙶ
Ruby:
char = "\u{1676}"
puts char # Output: ᙶ
Rust:
let c = '\u{1676}';
println!("{}", c); // Output: ᙶ
Go:
char := '\u1676'
fmt.Printf("%c\n", char) // Output: ᙶ
CSS:
/* CSS content property */
.element::before {
content: "\001676"; /* 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%99%B6
MD5:
82555980c0cd48927a4dcfe502af2dd4
SHA1:
95c3e7592750ca80f6b447d6ced82f3fc8ed7ab8
Base64:
4Zm2