C:
char c = '\u7BC0';
printf("%c\n", c); // Output: 節
JavaScript:
const char = '\u7BC0';
console.log(char); // Output: 節
Java:
char c = '\u7BC0';
System.out.println(c); // Output: 節
JSON:
{"text": "\u7BC0"} // Value: 節
Python:
char = '\u7BC0'
print(char) # Output: 節
Perl:
my $char = "\x{7BC0}";
print $char; # Output: 節
PHP:
$char = "\x{7BC0}";
echo $char; // Output: 節
Ruby:
char = "\u{7BC0}"
puts char # Output: 節
Rust:
let c = '\u{7BC0}';
println!("{}", c); // Output: 節
Go:
char := '\u7BC0'
fmt.Printf("%c\n", char) // Output: 節
CSS:
/* CSS content property */
.element::before {
content: "\007BC0"; /* 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=%E7%AF%80
MD5:
735f9788d58bc47c5b234c3e8bce5844
SHA1:
1ac45e90829b45bbd0b5eea63df0ebb316975257
Base64:
56+A