C:
char c = '\u5C6C';
printf("%c\n", c); // Output: 屬
JavaScript:
const char = '\u5C6C';
console.log(char); // Output: 屬
Java:
char c = '\u5C6C';
System.out.println(c); // Output: 屬
JSON:
{"text": "\u5C6C"} // Value: 屬
Python:
char = '\u5C6C'
print(char) # Output: 屬
Perl:
my $char = "\x{5C6C}";
print $char; # Output: 屬
PHP:
$char = "\x{5C6C}";
echo $char; // Output: 屬
Ruby:
char = "\u{5C6C}"
puts char # Output: 屬
Rust:
let c = '\u{5C6C}';
println!("{}", c); // Output: 屬
Go:
char := '\u5C6C'
fmt.Printf("%c\n", char) // Output: 屬
CSS:
/* CSS content property */
.element::before {
content: "\005C6C"; /* 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%B1%AC
MD5:
ecba000429b140470eaf4a41ca034ce2
SHA1:
1eb4a3fdcb4960f592f361ea2488d244fe0604e9
Base64:
5bGs