C:
char c = '\u817B';
printf("%c\n", c); // Output: 腻
JavaScript:
const char = '\u817B';
console.log(char); // Output: 腻
Java:
char c = '\u817B';
System.out.println(c); // Output: 腻
JSON:
{"text": "\u817B"} // Value: 腻
Python:
char = '\u817B'
print(char) # Output: 腻
Perl:
my $char = "\x{817B}";
print $char; # Output: 腻
PHP:
$char = "\x{817B}";
echo $char; // Output: 腻
Ruby:
char = "\u{817B}"
puts char # Output: 腻
Rust:
let c = '\u{817B}';
println!("{}", c); // Output: 腻
Go:
char := '\u817B'
fmt.Printf("%c\n", char) // Output: 腻
CSS:
/* CSS content property */
.element::before {
content: "\00817B"; /* 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=%E8%85%BB
MD5:
c9ee26bae8d2a0b646eba9539af70539
SHA1:
85658ab4f5fea953cd1657be50532bf2dc4d3886
Base64:
6IW7