Unicode Finder

"肶" U+80B6(CJK UNIFIED IDEOGRAPH-80B6)

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

Programming

C
\u80B6
JavaScript
\u80B6
Java
\u80B6
Json
\u80B6
Python
\u80B6
Perl
\x{80B6}
PHP
\x{80B6}
Ruby
\u{80B6}
Rust
\u{80B6}
Go
\u80B6

Web

CSS
\0080B6
HtmlDecimal
肶
HtmlHexadecimal
肶
Url
%E8%82%B6

Code

MD5
29f31d23c79008f75543925876532702
Sha1
5c93ef2c90e093871aee0bb274456e23832b6d0c
Base64
6IK2

使用示例

Programming Languages

C:

char c = '\u80B6';
printf("%c\n", c);  // Output: 肶

JavaScript:

const char = '\u80B6';
console.log(char);  // Output: 肶

Java:

char c = '\u80B6';
System.out.println(c);  // Output: 肶

JSON:

{"text": "\u80B6"}  // Value: 肶

Python:

char = '\u80B6'
print(char)  # Output: 肶

Perl:

my $char = "\x{80B6}";
print $char;  # Output: 肶

PHP:

$char = "\x{80B6}";
echo $char;  // Output: 肶

Ruby:

char = "\u{80B6}"
puts char  # Output: 肶

Rust:

let c = '\u{80B6}';
println!("{}", c);  // Output: 肶

Go:

char := '\u80B6'
fmt.Printf("%c\n", char)  // Output: 肶

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0080B6";  /* Display: 肶 */
}

HTML Decimal:

<p>HTML decimal: &#32950;</p>  <!-- Display: 肶 -->

HTML Hexadecimal:

<p>HTML hex: &#x80B6;</p>  <!-- Display: 肶 -->

URL Encoding:

// 肶 URL encoding
https://unicodefinder.com/search.php?query=%E8%82%B6

Encodings

MD5:

29f31d23c79008f75543925876532702

SHA1:

5c93ef2c90e093871aee0bb274456e23832b6d0c

Base64:

6IK2