C:
char c = '\u6776';
printf("%c\n", c); // Output: 杶
JavaScript:
const char = '\u6776';
console.log(char); // Output: 杶
Java:
char c = '\u6776';
System.out.println(c); // Output: 杶
JSON:
{"text": "\u6776"} // Value: 杶
Python:
char = '\u6776'
print(char) # Output: 杶
Perl:
my $char = "\x{6776}";
print $char; # Output: 杶
PHP:
$char = "\x{6776}";
echo $char; // Output: 杶
Ruby:
char = "\u{6776}"
puts char # Output: 杶
Rust:
let c = '\u{6776}';
println!("{}", c); // Output: 杶
Go:
char := '\u6776'
fmt.Printf("%c\n", char) // Output: 杶
CSS:
/* CSS content property */
.element::before {
content: "\006776"; /* 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%9D%B6
MD5:
1d0214caf4e0e8428eb43f1ed7992acf
SHA1:
953aeee1baddaa31000bc899e16046fc04417bac
Base64:
5p22