C:
char c = '\u8179';
printf("%c\n", c); // Output: 腹
JavaScript:
const char = '\u8179';
console.log(char); // Output: 腹
Java:
char c = '\u8179';
System.out.println(c); // Output: 腹
JSON:
{"text": "\u8179"} // Value: 腹
Python:
char = '\u8179'
print(char) # Output: 腹
Perl:
my $char = "\x{8179}";
print $char; # Output: 腹
PHP:
$char = "\x{8179}";
echo $char; // Output: 腹
Ruby:
char = "\u{8179}"
puts char # Output: 腹
Rust:
let c = '\u{8179}';
println!("{}", c); // Output: 腹
Go:
char := '\u8179'
fmt.Printf("%c\n", char) // Output: 腹
CSS:
/* CSS content property */
.element::before {
content: "\008179"; /* 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%B9
MD5:
28ea2915f4cd745553cefde338153ec8
SHA1:
4b7774b789941341cec50700ee70f43e0127e684
Base64:
6IW5