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