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