C:
char c = '\u8513';
printf("%c\n", c); // Output: 蔓
JavaScript:
const char = '\u8513';
console.log(char); // Output: 蔓
Java:
char c = '\u8513';
System.out.println(c); // Output: 蔓
JSON:
{"text": "\u8513"} // Value: 蔓
Python:
char = '\u8513'
print(char) # Output: 蔓
Perl:
my $char = "\x{8513}";
print $char; # Output: 蔓
PHP:
$char = "\x{8513}";
echo $char; // Output: 蔓
Ruby:
char = "\u{8513}"
puts char # Output: 蔓
Rust:
let c = '\u{8513}';
println!("{}", c); // Output: 蔓
Go:
char := '\u8513'
fmt.Printf("%c\n", char) // Output: 蔓
CSS:
/* CSS content property */
.element::before {
content: "\008513"; /* 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%94%93
MD5:
ea3ba748effe5419aa2aa39bb720266c
SHA1:
511a798c2cb5391ffec4ff197cfb6b339f754ef3
Base64:
6JST