C:
char c = '\u839A';
printf("%c\n", c); // Output: 莚
JavaScript:
const char = '\u839A';
console.log(char); // Output: 莚
Java:
char c = '\u839A';
System.out.println(c); // Output: 莚
JSON:
{"text": "\u839A"} // Value: 莚
Python:
char = '\u839A'
print(char) # Output: 莚
Perl:
my $char = "\x{839A}";
print $char; # Output: 莚
PHP:
$char = "\x{839A}";
echo $char; // Output: 莚
Ruby:
char = "\u{839A}"
puts char # Output: 莚
Rust:
let c = '\u{839A}';
println!("{}", c); // Output: 莚
Go:
char := '\u839A'
fmt.Printf("%c\n", char) // Output: 莚
CSS:
/* CSS content property */
.element::before {
content: "\00839A"; /* 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%9A
MD5:
21befd2753b15261a7b04d8de4fef20f
SHA1:
d6213b3f8508ec3dd9d61afca217f4650d6cc433
Base64:
6I6a