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