C:
char c = '\u4E36';
printf("%c\n", c); // Output: 丶
JavaScript:
const char = '\u4E36';
console.log(char); // Output: 丶
Java:
char c = '\u4E36';
System.out.println(c); // Output: 丶
JSON:
{"text": "\u4E36"} // Value: 丶
Python:
char = '\u4E36'
print(char) # Output: 丶
Perl:
my $char = "\x{4E36}";
print $char; # Output: 丶
PHP:
$char = "\x{4E36}";
echo $char; // Output: 丶
Ruby:
char = "\u{4E36}"
puts char # Output: 丶
Rust:
let c = '\u{4E36}';
println!("{}", c); // Output: 丶
Go:
char := '\u4E36'
fmt.Printf("%c\n", char) // Output: 丶
CSS:
/* CSS content property */
.element::before {
content: "\004E36"; /* 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%B8%B6
MD5:
ea2fdf31cecd8bf39fcbb359e06793e6
SHA1:
4ef93265cddcbc9a21f71b8df1d402a6b1a7e62d
Base64:
5Li2