C:
char c = '\u723F';
printf("%c\n", c); // Output: 爿
JavaScript:
const char = '\u723F';
console.log(char); // Output: 爿
Java:
char c = '\u723F';
System.out.println(c); // Output: 爿
JSON:
{"text": "\u723F"} // Value: 爿
Python:
char = '\u723F'
print(char) # Output: 爿
Perl:
my $char = "\x{723F}";
print $char; # Output: 爿
PHP:
$char = "\x{723F}";
echo $char; // Output: 爿
Ruby:
char = "\u{723F}"
puts char # Output: 爿
Rust:
let c = '\u{723F}';
println!("{}", c); // Output: 爿
Go:
char := '\u723F'
fmt.Printf("%c\n", char) // Output: 爿
CSS:
/* CSS content property */
.element::before {
content: "\00723F"; /* 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=%E7%88%BF
MD5:
cf437b1f5825e819394ae30500a70f5d
SHA1:
c9beee932d7e5f78699ca02b92ed95266e728f57
Base64:
54i/