C:
char c = '\u6535';
printf("%c\n", c); // Output: 攵
JavaScript:
const char = '\u6535';
console.log(char); // Output: 攵
Java:
char c = '\u6535';
System.out.println(c); // Output: 攵
JSON:
{"text": "\u6535"} // Value: 攵
Python:
char = '\u6535'
print(char) # Output: 攵
Perl:
my $char = "\x{6535}";
print $char; # Output: 攵
PHP:
$char = "\x{6535}";
echo $char; // Output: 攵
Ruby:
char = "\u{6535}"
puts char # Output: 攵
Rust:
let c = '\u{6535}';
println!("{}", c); // Output: 攵
Go:
char := '\u6535'
fmt.Printf("%c\n", char) // Output: 攵
CSS:
/* CSS content property */
.element::before {
content: "\006535"; /* 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%94%B5
MD5:
f139917c8c1a7a9056370985c4a97573
SHA1:
03fb875abd2ee136016a20a6fdcdcf5b5f4265b2
Base64:
5pS1