Unicode Finder

"邹" U+90B9(CJK UNIFIED IDEOGRAPH-90B9)

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

Programming

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

Web

CSS
\0090B9
HtmlDecimal
邹
HtmlHexadecimal
邹
Url
%E9%82%B9

Code

MD5
19ed6cf0f1298386718d2f90eaa0193c
Sha1
eca1770cde1a46cffd88ad78ad7725d8247a27c4
Base64
6YK5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u90B9';
console.log(char);  // Output: 邹

Java:

char c = '\u90B9';
System.out.println(c);  // Output: 邹

JSON:

{"text": "\u90B9"}  // Value: 邹

Python:

char = '\u90B9'
print(char)  # Output: 邹

Perl:

my $char = "\x{90B9}";
print $char;  # Output: 邹

PHP:

$char = "\x{90B9}";
echo $char;  // Output: 邹

Ruby:

char = "\u{90B9}"
puts char  # Output: 邹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#37049;</p>  <!-- Display: 邹 -->

HTML Hexadecimal:

<p>HTML hex: &#x90B9;</p>  <!-- Display: 邹 -->

URL Encoding:

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

Encodings

MD5:

19ed6cf0f1298386718d2f90eaa0193c

SHA1:

eca1770cde1a46cffd88ad78ad7725d8247a27c4

Base64:

6YK5