C:
char c = '\u8029';
printf("%c\n", c); // Output: 耩
JavaScript:
const char = '\u8029';
console.log(char); // Output: 耩
Java:
char c = '\u8029';
System.out.println(c); // Output: 耩
JSON:
{"text": "\u8029"} // Value: 耩
Python:
char = '\u8029'
print(char) # Output: 耩
Perl:
my $char = "\x{8029}";
print $char; # Output: 耩
PHP:
$char = "\x{8029}";
echo $char; // Output: 耩
Ruby:
char = "\u{8029}"
puts char # Output: 耩
Rust:
let c = '\u{8029}';
println!("{}", c); // Output: 耩
Go:
char := '\u8029'
fmt.Printf("%c\n", char) // Output: 耩
CSS:
/* CSS content property */
.element::before {
content: "\008029"; /* 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%A9
MD5:
1feb3126801a52c4bd75f799a44c7c3e
SHA1:
d4bdb3051260a510250e35dbbe42fb78535c7c6f
Base64:
6ICp