C:
char c = '\u8193';
printf("%c\n", c); // Output: 膓
JavaScript:
const char = '\u8193';
console.log(char); // Output: 膓
Java:
char c = '\u8193';
System.out.println(c); // Output: 膓
JSON:
{"text": "\u8193"} // Value: 膓
Python:
char = '\u8193'
print(char) # Output: 膓
Perl:
my $char = "\x{8193}";
print $char; # Output: 膓
PHP:
$char = "\x{8193}";
echo $char; // Output: 膓
Ruby:
char = "\u{8193}"
puts char # Output: 膓
Rust:
let c = '\u{8193}';
println!("{}", c); // Output: 膓
Go:
char := '\u8193'
fmt.Printf("%c\n", char) // Output: 膓
CSS:
/* CSS content property */
.element::before {
content: "\008193"; /* 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%93
MD5:
77a64a2d235575f3f521592eb7b5d335
SHA1:
47944a8a67e5f8cb6bf58c381be4c9aca7ecbee0
Base64:
6IaT