C:
char c = '\u8026';
printf("%c\n", c); // Output: 耦
JavaScript:
const char = '\u8026';
console.log(char); // Output: 耦
Java:
char c = '\u8026';
System.out.println(c); // Output: 耦
JSON:
{"text": "\u8026"} // Value: 耦
Python:
char = '\u8026'
print(char) # Output: 耦
Perl:
my $char = "\x{8026}";
print $char; # Output: 耦
PHP:
$char = "\x{8026}";
echo $char; // Output: 耦
Ruby:
char = "\u{8026}"
puts char # Output: 耦
Rust:
let c = '\u{8026}';
println!("{}", c); // Output: 耦
Go:
char := '\u8026'
fmt.Printf("%c\n", char) // Output: 耦
CSS:
/* CSS content property */
.element::before {
content: "\008026"; /* 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=%E8%80%A6
MD5:
a85bd093e03610e207a27167147db7c8
SHA1:
6eb0d72819f9818379cbc2edb70ecd088f63e153
Base64:
6ICm