C:
char c = '\u527C';
printf("%c\n", c); // Output: 剼
JavaScript:
const char = '\u527C';
console.log(char); // Output: 剼
Java:
char c = '\u527C';
System.out.println(c); // Output: 剼
JSON:
{"text": "\u527C"} // Value: 剼
Python:
char = '\u527C'
print(char) # Output: 剼
Perl:
my $char = "\x{527C}";
print $char; # Output: 剼
PHP:
$char = "\x{527C}";
echo $char; // Output: 剼
Ruby:
char = "\u{527C}"
puts char # Output: 剼
Rust:
let c = '\u{527C}';
println!("{}", c); // Output: 剼
Go:
char := '\u527C'
fmt.Printf("%c\n", char) // Output: 剼
CSS:
/* CSS content property */
.element::before {
content: "\00527C"; /* 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=%E5%89%BC
MD5:
2943129b426a0e21182313ebbcca0444
SHA1:
603b78a0e2b3fa9f19ef13d260b6ab18ca5e730a
Base64:
5Ym8