Unicode Finder

"艸" U+8278(CJK UNIFIED IDEOGRAPH-8278)

U+8278
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8278

Programming

C
\u8278
JavaScript
\u8278
Java
\u8278
Json
\u8278
Python
\u8278
Perl
\x{8278}
PHP
\x{8278}
Ruby
\u{8278}
Rust
\u{8278}
Go
\u8278

Web

CSS
\008278
HtmlDecimal
艸
HtmlHexadecimal
艸
Url
%E8%89%B8

Code

MD5
02ed2a37c3a3c2c0f5f91154ea5e793b
Sha1
59c40c9baea862f67e0ba0e074b96c31f841cc04
Base64
6Im4

使用示例

Programming Languages

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: 艸

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008278";  /* Display: 艸 */
}

HTML Decimal:

<p>HTML decimal: &#33400;</p>  <!-- Display: 艸 -->

HTML Hexadecimal:

<p>HTML hex: &#x8278;</p>  <!-- Display: 艸 -->

URL Encoding:

// 艸 URL encoding
https://unicodefinder.com/search.php?query=%E8%89%B8

Encodings

MD5:

02ed2a37c3a3c2c0f5f91154ea5e793b

SHA1:

59c40c9baea862f67e0ba0e074b96c31f841cc04

Base64:

6Im4