C:
char c = '\u987D';
printf("%c\n", c); // Output: 顽
JavaScript:
const char = '\u987D';
console.log(char); // Output: 顽
Java:
char c = '\u987D';
System.out.println(c); // Output: 顽
JSON:
{"text": "\u987D"} // Value: 顽
Python:
char = '\u987D'
print(char) # Output: 顽
Perl:
my $char = "\x{987D}";
print $char; # Output: 顽
PHP:
$char = "\x{987D}";
echo $char; // Output: 顽
Ruby:
char = "\u{987D}"
puts char # Output: 顽
Rust:
let c = '\u{987D}';
println!("{}", c); // Output: 顽
Go:
char := '\u987D'
fmt.Printf("%c\n", char) // Output: 顽
CSS:
/* CSS content property */
.element::before {
content: "\00987D"; /* 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=%E9%A1%BD
MD5:
63329abb3425d0afeb0f7622f11da979
SHA1:
9125e87a12da39d7ed933c426be886996dfe7717
Base64:
6aG9