C:
char c = '\u5875';
printf("%c\n", c); // Output: 塵
JavaScript:
const char = '\u5875';
console.log(char); // Output: 塵
Java:
char c = '\u5875';
System.out.println(c); // Output: 塵
JSON:
{"text": "\u5875"} // Value: 塵
Python:
char = '\u5875'
print(char) # Output: 塵
Perl:
my $char = "\x{5875}";
print $char; # Output: 塵
PHP:
$char = "\x{5875}";
echo $char; // Output: 塵
Ruby:
char = "\u{5875}"
puts char # Output: 塵
Rust:
let c = '\u{5875}';
println!("{}", c); // Output: 塵
Go:
char := '\u5875'
fmt.Printf("%c\n", char) // Output: 塵
CSS:
/* CSS content property */
.element::before {
content: "\005875"; /* 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%A1%B5
MD5:
6b6305c848f8321f0565d0bbe05f1bfb
SHA1:
262b6cc0800d34c456dd21983a9a2ea48789c3ee
Base64:
5aG1