C:
char c = '\u6750';
printf("%c\n", c); // Output: 材
JavaScript:
const char = '\u6750';
console.log(char); // Output: 材
Java:
char c = '\u6750';
System.out.println(c); // Output: 材
JSON:
{"text": "\u6750"} // Value: 材
Python:
char = '\u6750'
print(char) # Output: 材
Perl:
my $char = "\x{6750}";
print $char; # Output: 材
PHP:
$char = "\x{6750}";
echo $char; // Output: 材
Ruby:
char = "\u{6750}"
puts char # Output: 材
Rust:
let c = '\u{6750}';
println!("{}", c); // Output: 材
Go:
char := '\u6750'
fmt.Printf("%c\n", char) // Output: 材
CSS:
/* CSS content property */
.element::before {
content: "\006750"; /* 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=%E6%9D%90
MD5:
a8bc634d37eaf4ef8568b1171bc58ed8
SHA1:
24d632d68dc65a38a9e71b720c7f7a009c604bf6
Base64:
5p2Q