C:
char c = '\u5935';
printf("%c\n", c); // Output: 夵
JavaScript:
const char = '\u5935';
console.log(char); // Output: 夵
Java:
char c = '\u5935';
System.out.println(c); // Output: 夵
JSON:
{"text": "\u5935"} // Value: 夵
Python:
char = '\u5935'
print(char) # Output: 夵
Perl:
my $char = "\x{5935}";
print $char; # Output: 夵
PHP:
$char = "\x{5935}";
echo $char; // Output: 夵
Ruby:
char = "\u{5935}"
puts char # Output: 夵
Rust:
let c = '\u{5935}';
println!("{}", c); // Output: 夵
Go:
char := '\u5935'
fmt.Printf("%c\n", char) // Output: 夵
CSS:
/* CSS content property */
.element::before {
content: "\005935"; /* 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=%E5%A4%B5
MD5:
6d8d1a866ef33b3c42c8e227013fbfcc
SHA1:
051bc896f563db2f159060e3d5b9c2e509d96108
Base64:
5aS1