C:
char c = '\u8381';
printf("%c\n", c); // Output: 莁
JavaScript:
const char = '\u8381';
console.log(char); // Output: 莁
Java:
char c = '\u8381';
System.out.println(c); // Output: 莁
JSON:
{"text": "\u8381"} // Value: 莁
Python:
char = '\u8381'
print(char) # Output: 莁
Perl:
my $char = "\x{8381}";
print $char; # Output: 莁
PHP:
$char = "\x{8381}";
echo $char; // Output: 莁
Ruby:
char = "\u{8381}"
puts char # Output: 莁
Rust:
let c = '\u{8381}';
println!("{}", c); // Output: 莁
Go:
char := '\u8381'
fmt.Printf("%c\n", char) // Output: 莁
CSS:
/* CSS content property */
.element::before {
content: "\008381"; /* 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%8E%81
MD5:
858021b14bf65dca5da1e057877368b4
SHA1:
71193c4a9d8d826e08cb674a4756cb6eea43ae24
Base64:
6I6B