C:
char c = '\u9002';
printf("%c\n", c); // Output: 适
JavaScript:
const char = '\u9002';
console.log(char); // Output: 适
Java:
char c = '\u9002';
System.out.println(c); // Output: 适
JSON:
{"text": "\u9002"} // Value: 适
Python:
char = '\u9002'
print(char) # Output: 适
Perl:
my $char = "\x{9002}";
print $char; # Output: 适
PHP:
$char = "\x{9002}";
echo $char; // Output: 适
Ruby:
char = "\u{9002}"
puts char # Output: 适
Rust:
let c = '\u{9002}';
println!("{}", c); // Output: 适
Go:
char := '\u9002'
fmt.Printf("%c\n", char) // Output: 适
CSS:
/* CSS content property */
.element::before {
content: "\009002"; /* 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%80%82
MD5:
c6d6cade81960a2d4e75f0fddfc6b8f8
SHA1:
6b96f58ee5260317e2df8b415cb371440e122674
Base64:
6YCC