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