Unicode Finder

"邾" U+90BE(CJK UNIFIED IDEOGRAPH-90BE)

U+90BE
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-90BE

Programming

C
\u90BE
JavaScript
\u90BE
Java
\u90BE
Json
\u90BE
Python
\u90BE
Perl
\x{90BE}
PHP
\x{90BE}
Ruby
\u{90BE}
Rust
\u{90BE}
Go
\u90BE

Web

CSS
\0090BE
HtmlDecimal
邾
HtmlHexadecimal
邾
Url
%E9%82%BE

Code

MD5
47666d75a472c2d5bfb6865939b142ff
Sha1
95527c1c3bfd5d4bd5f6a9604e8c209822a2d876
Base64
6YK+

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u90BE';
console.log(char);  // Output: 邾

Java:

char c = '\u90BE';
System.out.println(c);  // Output: 邾

JSON:

{"text": "\u90BE"}  // Value: 邾

Python:

char = '\u90BE'
print(char)  # Output: 邾

Perl:

my $char = "\x{90BE}";
print $char;  # Output: 邾

PHP:

$char = "\x{90BE}";
echo $char;  // Output: 邾

Ruby:

char = "\u{90BE}"
puts char  # Output: 邾

Rust:

let c = '\u{90BE}';
println!("{}", c);  // Output: 邾

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0090BE";  /* Display: 邾 */
}

HTML Decimal:

<p>HTML decimal: &#37054;</p>  <!-- Display: 邾 -->

HTML Hexadecimal:

<p>HTML hex: &#x90BE;</p>  <!-- Display: 邾 -->

URL Encoding:

// 邾 URL encoding
https://unicodefinder.com/search.php?query=%E9%82%BE

Encodings

MD5:

47666d75a472c2d5bfb6865939b142ff

SHA1:

95527c1c3bfd5d4bd5f6a9604e8c209822a2d876

Base64:

6YK+