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