Unicode Finder

"肻" U+80BB(CJK UNIFIED IDEOGRAPH-80BB)

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

Programming

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

Web

CSS
\0080BB
HtmlDecimal
肻
HtmlHexadecimal
肻
Url
%E8%82%BB

Code

MD5
1743dab5ff066ac21fcf4310c5cc3f0f
Sha1
d2df3843530ad8adef58d4a415572baf78048bca
Base64
6IK7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u80BB';
console.log(char);  // Output: 肻

Java:

char c = '\u80BB';
System.out.println(c);  // Output: 肻

JSON:

{"text": "\u80BB"}  // Value: 肻

Python:

char = '\u80BB'
print(char)  # Output: 肻

Perl:

my $char = "\x{80BB}";
print $char;  # Output: 肻

PHP:

$char = "\x{80BB}";
echo $char;  // Output: 肻

Ruby:

char = "\u{80BB}"
puts char  # Output: 肻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#32955;</p>  <!-- Display: 肻 -->

HTML Hexadecimal:

<p>HTML hex: &#x80BB;</p>  <!-- Display: 肻 -->

URL Encoding:

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

Encodings

MD5:

1743dab5ff066ac21fcf4310c5cc3f0f

SHA1:

d2df3843530ad8adef58d4a415572baf78048bca

Base64:

6IK7