C:
char c = '\u8197';
printf("%c\n", c); // Output: 膗
JavaScript:
const char = '\u8197';
console.log(char); // Output: 膗
Java:
char c = '\u8197';
System.out.println(c); // Output: 膗
JSON:
{"text": "\u8197"} // Value: 膗
Python:
char = '\u8197'
print(char) # Output: 膗
Perl:
my $char = "\x{8197}";
print $char; # Output: 膗
PHP:
$char = "\x{8197}";
echo $char; // Output: 膗
Ruby:
char = "\u{8197}"
puts char # Output: 膗
Rust:
let c = '\u{8197}';
println!("{}", c); // Output: 膗
Go:
char := '\u8197'
fmt.Printf("%c\n", char) // Output: 膗
CSS:
/* CSS content property */
.element::before {
content: "\008197"; /* 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%86%97
MD5:
bcf45f285cc2bda1d173a0936cc0b372
SHA1:
b64d69b3c4eb2f9d3013a6c0ffd50f0f017f299a
Base64:
6IaX