C:
char c = '\u6311';
printf("%c\n", c); // Output: 挑
JavaScript:
const char = '\u6311';
console.log(char); // Output: 挑
Java:
char c = '\u6311';
System.out.println(c); // Output: 挑
JSON:
{"text": "\u6311"} // Value: 挑
Python:
char = '\u6311'
print(char) # Output: 挑
Perl:
my $char = "\x{6311}";
print $char; # Output: 挑
PHP:
$char = "\x{6311}";
echo $char; // Output: 挑
Ruby:
char = "\u{6311}"
puts char # Output: 挑
Rust:
let c = '\u{6311}';
println!("{}", c); // Output: 挑
Go:
char := '\u6311'
fmt.Printf("%c\n", char) // Output: 挑
CSS:
/* CSS content property */
.element::before {
content: "\006311"; /* 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%8C%91
MD5:
76b54f95cd2ef902ff47f4d6d568eac9
SHA1:
44f85853da2ddd254e9f1f8b1ffea19043a3bbc1
Base64:
5oyR