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