C:
char c = '\u8278';
printf("%c\n", c); // Output: 艸
JavaScript:
const char = '\u8278';
console.log(char); // Output: 艸
Java:
char c = '\u8278';
System.out.println(c); // Output: 艸
JSON:
{"text": "\u8278"} // Value: 艸
Python:
char = '\u8278'
print(char) # Output: 艸
Perl:
my $char = "\x{8278}";
print $char; # Output: 艸
PHP:
$char = "\x{8278}";
echo $char; // Output: 艸
Ruby:
char = "\u{8278}"
puts char # Output: 艸
Rust:
let c = '\u{8278}';
println!("{}", c); // Output: 艸
Go:
char := '\u8278'
fmt.Printf("%c\n", char) // Output: 艸
CSS:
/* CSS content property */
.element::before {
content: "\008278"; /* 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%89%B8
MD5:
02ed2a37c3a3c2c0f5f91154ea5e793b
SHA1:
59c40c9baea862f67e0ba0e074b96c31f841cc04
Base64:
6Im4