C:
char c = '\uA677';
printf("%c\n", c); // Output: ꙷ
JavaScript:
const char = '\uA677';
console.log(char); // Output: ꙷ
Java:
char c = '\uA677';
System.out.println(c); // Output: ꙷ
JSON:
{"text": "\uA677"} // Value: ꙷ
Python:
char = '\uA677'
print(char) # Output: ꙷ
Perl:
my $char = "\x{A677}";
print $char; # Output: ꙷ
PHP:
$char = "\x{A677}";
echo $char; // Output: ꙷ
Ruby:
char = "\u{A677}"
puts char # Output: ꙷ
Rust:
let c = '\u{A677}';
println!("{}", c); // Output: ꙷ
Go:
char := '\uA677'
fmt.Printf("%c\n", char) // Output: ꙷ
CSS:
/* CSS content property */
.element::before {
content: "\00A677"; /* 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=%EA%99%B7
MD5:
2de17792de7e1ee88e929d654d055f6a
SHA1:
4cfc56a5ef193d62d92b824ca3367a1b956c28a8
Base64:
6pm3