C:
char c = '\u8335';
printf("%c\n", c); // Output: 茵
JavaScript:
const char = '\u8335';
console.log(char); // Output: 茵
Java:
char c = '\u8335';
System.out.println(c); // Output: 茵
JSON:
{"text": "\u8335"} // Value: 茵
Python:
char = '\u8335'
print(char) # Output: 茵
Perl:
my $char = "\x{8335}";
print $char; # Output: 茵
PHP:
$char = "\x{8335}";
echo $char; // Output: 茵
Ruby:
char = "\u{8335}"
puts char # Output: 茵
Rust:
let c = '\u{8335}';
println!("{}", c); // Output: 茵
Go:
char := '\u8335'
fmt.Printf("%c\n", char) // Output: 茵
CSS:
/* CSS content property */
.element::before {
content: "\008335"; /* 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%8C%B5
MD5:
45e4d554f581fb775c6043e42e6b54c8
SHA1:
be972fc9935af751568e8e39b7b3e02ee329eaa2
Base64:
6Iy1