C:
char c = '\u4ECE';
printf("%c\n", c); // Output: 从
JavaScript:
const char = '\u4ECE';
console.log(char); // Output: 从
Java:
char c = '\u4ECE';
System.out.println(c); // Output: 从
JSON:
{"text": "\u4ECE"} // Value: 从
Python:
char = '\u4ECE'
print(char) # Output: 从
Perl:
my $char = "\x{4ECE}";
print $char; # Output: 从
PHP:
$char = "\x{4ECE}";
echo $char; // Output: 从
Ruby:
char = "\u{4ECE}"
puts char # Output: 从
Rust:
let c = '\u{4ECE}';
println!("{}", c); // Output: 从
Go:
char := '\u4ECE'
fmt.Printf("%c\n", char) // Output: 从
CSS:
/* CSS content property */
.element::before {
content: "\004ECE"; /* 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=%E4%BB%8E
MD5:
0cc05f4268b0fc5da732e98536e26ed6
SHA1:
8ab977960a698140cf24810d2f39a66d082d6f16
Base64:
5LuO