C:
char c = '\u7557';
printf("%c\n", c); // Output: 畗
JavaScript:
const char = '\u7557';
console.log(char); // Output: 畗
Java:
char c = '\u7557';
System.out.println(c); // Output: 畗
JSON:
{"text": "\u7557"} // Value: 畗
Python:
char = '\u7557'
print(char) # Output: 畗
Perl:
my $char = "\x{7557}";
print $char; # Output: 畗
PHP:
$char = "\x{7557}";
echo $char; // Output: 畗
Ruby:
char = "\u{7557}"
puts char # Output: 畗
Rust:
let c = '\u{7557}';
println!("{}", c); // Output: 畗
Go:
char := '\u7557'
fmt.Printf("%c\n", char) // Output: 畗
CSS:
/* CSS content property */
.element::before {
content: "\007557"; /* 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%95%97
MD5:
31a8511610fa0189202d5a5490fdfdfa
SHA1:
110f28bf8f2adf91cd19e2837798b6f7229cfafc
Base64:
55WX