C:
char c = '\uA679';
printf("%c\n", c); // Output: ꙹ
JavaScript:
const char = '\uA679';
console.log(char); // Output: ꙹ
Java:
char c = '\uA679';
System.out.println(c); // Output: ꙹ
JSON:
{"text": "\uA679"} // Value: ꙹ
Python:
char = '\uA679'
print(char) # Output: ꙹ
Perl:
my $char = "\x{A679}";
print $char; # Output: ꙹ
PHP:
$char = "\x{A679}";
echo $char; // Output: ꙹ
Ruby:
char = "\u{A679}"
puts char # Output: ꙹ
Rust:
let c = '\u{A679}';
println!("{}", c); // Output: ꙹ
Go:
char := '\uA679'
fmt.Printf("%c\n", char) // Output: ꙹ
CSS:
/* CSS content property */
.element::before {
content: "\00A679"; /* 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%B9
MD5:
d51ddef9cab780128f05fb7597938444
SHA1:
ab50ab65114c1407a352518488c45c57b6cfb165
Base64:
6pm5