C:
char c = '\u8620';
printf("%c\n", c); // Output: 蘠
JavaScript:
const char = '\u8620';
console.log(char); // Output: 蘠
Java:
char c = '\u8620';
System.out.println(c); // Output: 蘠
JSON:
{"text": "\u8620"} // Value: 蘠
Python:
char = '\u8620'
print(char) # Output: 蘠
Perl:
my $char = "\x{8620}";
print $char; # Output: 蘠
PHP:
$char = "\x{8620}";
echo $char; // Output: 蘠
Ruby:
char = "\u{8620}"
puts char # Output: 蘠
Rust:
let c = '\u{8620}';
println!("{}", c); // Output: 蘠
Go:
char := '\u8620'
fmt.Printf("%c\n", char) // Output: 蘠
CSS:
/* CSS content property */
.element::before {
content: "\008620"; /* 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%98%A0
MD5:
e7f2b33920437ed60096e9bc36d82366
SHA1:
114eee3b04a7f69acb2cdddec1293874c7b2670f
Base64:
6Jig