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