C:
char c = '\u1677';
printf("%c\n", c); // Output: ᙷ
JavaScript:
const char = '\u1677';
console.log(char); // Output: ᙷ
Java:
char c = '\u1677';
System.out.println(c); // Output: ᙷ
JSON:
{"text": "\u1677"} // Value: ᙷ
Python:
char = '\u1677'
print(char) # Output: ᙷ
Perl:
my $char = "\x{1677}";
print $char; # Output: ᙷ
PHP:
$char = "\x{1677}";
echo $char; // Output: ᙷ
Ruby:
char = "\u{1677}"
puts char # Output: ᙷ
Rust:
let c = '\u{1677}';
println!("{}", c); // Output: ᙷ
Go:
char := '\u1677'
fmt.Printf("%c\n", char) // Output: ᙷ
CSS:
/* CSS content property */
.element::before {
content: "\001677"; /* 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%B7
MD5:
dd8edff29d8ad933a761951adef6d73a
SHA1:
36698baeaf6e9c5f201a02efdcbc180eadb7da69
Base64:
4Zm3