C:
char c = '\u910C';
printf("%c\n", c); // Output: 鄌
JavaScript:
const char = '\u910C';
console.log(char); // Output: 鄌
Java:
char c = '\u910C';
System.out.println(c); // Output: 鄌
JSON:
{"text": "\u910C"} // Value: 鄌
Python:
char = '\u910C'
print(char) # Output: 鄌
Perl:
my $char = "\x{910C}";
print $char; # Output: 鄌
PHP:
$char = "\x{910C}";
echo $char; // Output: 鄌
Ruby:
char = "\u{910C}"
puts char # Output: 鄌
Rust:
let c = '\u{910C}';
println!("{}", c); // Output: 鄌
Go:
char := '\u910C'
fmt.Printf("%c\n", char) // Output: 鄌
CSS:
/* CSS content property */
.element::before {
content: "\00910C"; /* 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=%E9%84%8C
MD5:
785ef43b7dafa3cf69a61b7761d6ad43
SHA1:
3745b580376fd5fc830adda18ede027590d7b2d4
Base64:
6YSM