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