C:
char c = '\u6784';
printf("%c\n", c); // Output: 构
JavaScript:
const char = '\u6784';
console.log(char); // Output: 构
Java:
char c = '\u6784';
System.out.println(c); // Output: 构
JSON:
{"text": "\u6784"} // Value: 构
Python:
char = '\u6784'
print(char) # Output: 构
Perl:
my $char = "\x{6784}";
print $char; # Output: 构
PHP:
$char = "\x{6784}";
echo $char; // Output: 构
Ruby:
char = "\u{6784}"
puts char # Output: 构
Rust:
let c = '\u{6784}';
println!("{}", c); // Output: 构
Go:
char := '\u6784'
fmt.Printf("%c\n", char) // Output: 构
CSS:
/* CSS content property */
.element::before {
content: "\006784"; /* 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%9E%84
MD5:
2a157d6d2f0764cfc8530b564ba652ab
SHA1:
36fd133eda49d7e233a4df7b57530a4bbf874076
Base64:
5p6E