C:
char c = '\u6210';
printf("%c\n", c); // Output: 成
JavaScript:
const char = '\u6210';
console.log(char); // Output: 成
Java:
char c = '\u6210';
System.out.println(c); // Output: 成
JSON:
{"text": "\u6210"} // Value: 成
Python:
char = '\u6210'
print(char) # Output: 成
Perl:
my $char = "\x{6210}";
print $char; # Output: 成
PHP:
$char = "\x{6210}";
echo $char; // Output: 成
Ruby:
char = "\u{6210}"
puts char # Output: 成
Rust:
let c = '\u{6210}';
println!("{}", c); // Output: 成
Go:
char := '\u6210'
fmt.Printf("%c\n", char) // Output: 成
CSS:
/* CSS content property */
.element::before {
content: "\006210"; /* 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%88%90
MD5:
3fe84c082f2e49786540466c86adf59b
SHA1:
bb3578629d93a23670186ff588e43a70bdf1a422
Base64:
5oiQ