C:
char c = '\u6558';
printf("%c\n", c); // Output: 敘
JavaScript:
const char = '\u6558';
console.log(char); // Output: 敘
Java:
char c = '\u6558';
System.out.println(c); // Output: 敘
JSON:
{"text": "\u6558"} // Value: 敘
Python:
char = '\u6558'
print(char) # Output: 敘
Perl:
my $char = "\x{6558}";
print $char; # Output: 敘
PHP:
$char = "\x{6558}";
echo $char; // Output: 敘
Ruby:
char = "\u{6558}"
puts char # Output: 敘
Rust:
let c = '\u{6558}';
println!("{}", c); // Output: 敘
Go:
char := '\u6558'
fmt.Printf("%c\n", char) // Output: 敘
CSS:
/* CSS content property */
.element::before {
content: "\006558"; /* 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%95%98
MD5:
ddf4e9f4d1c2443b7d0b95cd0e554dbb
SHA1:
772c4ba20e9441a36ad794e4d2809050f0fbf106
Base64:
5pWY