C:
char c = '\u7638';
printf("%c\n", c); // Output: 瘸
JavaScript:
const char = '\u7638';
console.log(char); // Output: 瘸
Java:
char c = '\u7638';
System.out.println(c); // Output: 瘸
JSON:
{"text": "\u7638"} // Value: 瘸
Python:
char = '\u7638'
print(char) # Output: 瘸
Perl:
my $char = "\x{7638}";
print $char; # Output: 瘸
PHP:
$char = "\x{7638}";
echo $char; // Output: 瘸
Ruby:
char = "\u{7638}"
puts char # Output: 瘸
Rust:
let c = '\u{7638}';
println!("{}", c); // Output: 瘸
Go:
char := '\u7638'
fmt.Printf("%c\n", char) // Output: 瘸
CSS:
/* CSS content property */
.element::before {
content: "\007638"; /* 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=%E7%98%B8
MD5:
39733e6ed877574a6777b1e0c5af4e16
SHA1:
850ac440d80c4cf57de248eeec1b8879c247b8ea
Base64:
55i4