C:
char c = '\u655C';
printf("%c\n", c); // Output: 敜
JavaScript:
const char = '\u655C';
console.log(char); // Output: 敜
Java:
char c = '\u655C';
System.out.println(c); // Output: 敜
JSON:
{"text": "\u655C"} // Value: 敜
Python:
char = '\u655C'
print(char) # Output: 敜
Perl:
my $char = "\x{655C}";
print $char; # Output: 敜
PHP:
$char = "\x{655C}";
echo $char; // Output: 敜
Ruby:
char = "\u{655C}"
puts char # Output: 敜
Rust:
let c = '\u{655C}';
println!("{}", c); // Output: 敜
Go:
char := '\u655C'
fmt.Printf("%c\n", char) // Output: 敜
CSS:
/* CSS content property */
.element::before {
content: "\00655C"; /* 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%9C
MD5:
684ae6394687649a4edf35f21c4b6ffb
SHA1:
7ad2659d085cf355a2dabf800a5d8c593c2b12ad
Base64:
5pWc