C:
char c = '\u8035';
printf("%c\n", c); // Output: 耵
JavaScript:
const char = '\u8035';
console.log(char); // Output: 耵
Java:
char c = '\u8035';
System.out.println(c); // Output: 耵
JSON:
{"text": "\u8035"} // Value: 耵
Python:
char = '\u8035'
print(char) # Output: 耵
Perl:
my $char = "\x{8035}";
print $char; # Output: 耵
PHP:
$char = "\x{8035}";
echo $char; // Output: 耵
Ruby:
char = "\u{8035}"
puts char # Output: 耵
Rust:
let c = '\u{8035}';
println!("{}", c); // Output: 耵
Go:
char := '\u8035'
fmt.Printf("%c\n", char) // Output: 耵
CSS:
/* CSS content property */
.element::before {
content: "\008035"; /* 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%B5
MD5:
4bf3e59b73d1ead01bb45bff9ea928be
SHA1:
899c5b656e8d9ee1ecba0c1c4417e0a16ddb81a4
Base64:
6IC1