C:
char c = '\u8185';
printf("%c\n", c); // Output: 膅
JavaScript:
const char = '\u8185';
console.log(char); // Output: 膅
Java:
char c = '\u8185';
System.out.println(c); // Output: 膅
JSON:
{"text": "\u8185"} // Value: 膅
Python:
char = '\u8185'
print(char) # Output: 膅
Perl:
my $char = "\x{8185}";
print $char; # Output: 膅
PHP:
$char = "\x{8185}";
echo $char; // Output: 膅
Ruby:
char = "\u{8185}"
puts char # Output: 膅
Rust:
let c = '\u{8185}';
println!("{}", c); // Output: 膅
Go:
char := '\u8185'
fmt.Printf("%c\n", char) // Output: 膅
CSS:
/* CSS content property */
.element::before {
content: "\008185"; /* 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%85
MD5:
26fdef181abc5bd44d09f1a9a2bccfef
SHA1:
0f4f4985d3302a11577f995e7b1f27fe665c50d1
Base64:
6IaF