C:
char c = '\u4FF6';
printf("%c\n", c); // Output: 俶
JavaScript:
const char = '\u4FF6';
console.log(char); // Output: 俶
Java:
char c = '\u4FF6';
System.out.println(c); // Output: 俶
JSON:
{"text": "\u4FF6"} // Value: 俶
Python:
char = '\u4FF6'
print(char) # Output: 俶
Perl:
my $char = "\x{4FF6}";
print $char; # Output: 俶
PHP:
$char = "\x{4FF6}";
echo $char; // Output: 俶
Ruby:
char = "\u{4FF6}"
puts char # Output: 俶
Rust:
let c = '\u{4FF6}';
println!("{}", c); // Output: 俶
Go:
char := '\u4FF6'
fmt.Printf("%c\n", char) // Output: 俶
CSS:
/* CSS content property */
.element::before {
content: "\004FF6"; /* 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=%E4%BF%B6
MD5:
8de62fdf80b75f020b3d3bbd840beaa3
SHA1:
63aef1cf59eddcc7188bb9a970f2f967318b7d00
Base64:
5L+2