C:
char c = '\u6BB6';
printf("%c\n", c); // Output: 殶
JavaScript:
const char = '\u6BB6';
console.log(char); // Output: 殶
Java:
char c = '\u6BB6';
System.out.println(c); // Output: 殶
JSON:
{"text": "\u6BB6"} // Value: 殶
Python:
char = '\u6BB6'
print(char) # Output: 殶
Perl:
my $char = "\x{6BB6}";
print $char; # Output: 殶
PHP:
$char = "\x{6BB6}";
echo $char; // Output: 殶
Ruby:
char = "\u{6BB6}"
puts char # Output: 殶
Rust:
let c = '\u{6BB6}';
println!("{}", c); // Output: 殶
Go:
char := '\u6BB6'
fmt.Printf("%c\n", char) // Output: 殶
CSS:
/* CSS content property */
.element::before {
content: "\006BB6"; /* 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%AE%B6
MD5:
0bb519b058d5889702f2ed401f8d5a28
SHA1:
1ab94a0c9f4e8ac3a03f5538772ebfd18a5363d9
Base64:
5q62