C:
char c = '\u5936';
printf("%c\n", c); // Output: 夶
JavaScript:
const char = '\u5936';
console.log(char); // Output: 夶
Java:
char c = '\u5936';
System.out.println(c); // Output: 夶
JSON:
{"text": "\u5936"} // Value: 夶
Python:
char = '\u5936'
print(char) # Output: 夶
Perl:
my $char = "\x{5936}";
print $char; # Output: 夶
PHP:
$char = "\x{5936}";
echo $char; // Output: 夶
Ruby:
char = "\u{5936}"
puts char # Output: 夶
Rust:
let c = '\u{5936}';
println!("{}", c); // Output: 夶
Go:
char := '\u5936'
fmt.Printf("%c\n", char) // Output: 夶
CSS:
/* CSS content property */
.element::before {
content: "\005936"; /* 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%B6
MD5:
0ea1e15d27b23bd1cece0a808bbf66c5
SHA1:
266267039da918b263d9a17b7af0168e519bacf4
Base64:
5aS2