C:
char c = '\u6838';
printf("%c\n", c); // Output: 核
JavaScript:
const char = '\u6838';
console.log(char); // Output: 核
Java:
char c = '\u6838';
System.out.println(c); // Output: 核
JSON:
{"text": "\u6838"} // Value: 核
Python:
char = '\u6838'
print(char) # Output: 核
Perl:
my $char = "\x{6838}";
print $char; # Output: 核
PHP:
$char = "\x{6838}";
echo $char; // Output: 核
Ruby:
char = "\u{6838}"
puts char # Output: 核
Rust:
let c = '\u{6838}';
println!("{}", c); // Output: 核
Go:
char := '\u6838'
fmt.Printf("%c\n", char) // Output: 核
CSS:
/* CSS content property */
.element::before {
content: "\006838"; /* 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%A0%B8
MD5:
163bb04013f287e0217c5bf0280f2ecf
SHA1:
2121a52d319507ceeca5aa03c4881bc7d3f6cb4c
Base64:
5qC4