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