C:
char c = '\u6735';
printf("%c\n", c); // Output: 朵
JavaScript:
const char = '\u6735';
console.log(char); // Output: 朵
Java:
char c = '\u6735';
System.out.println(c); // Output: 朵
JSON:
{"text": "\u6735"} // Value: 朵
Python:
char = '\u6735'
print(char) # Output: 朵
Perl:
my $char = "\x{6735}";
print $char; # Output: 朵
PHP:
$char = "\x{6735}";
echo $char; // Output: 朵
Ruby:
char = "\u{6735}"
puts char # Output: 朵
Rust:
let c = '\u{6735}';
println!("{}", c); // Output: 朵
Go:
char := '\u6735'
fmt.Printf("%c\n", char) // Output: 朵
CSS:
/* CSS content property */
.element::before {
content: "\006735"; /* 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=%E6%9C%B5
MD5:
b4934ce96d3e470adb51af0b51013958
SHA1:
7fb98f22b92cfb20614f7bf8113b134a67798a30
Base64:
5py1