Unicode Finder

"邵" U+90B5(CJK UNIFIED IDEOGRAPH-90B5)

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

Programming

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

Web

CSS
\0090B5
HtmlDecimal
邵
HtmlHexadecimal
邵
Url
%E9%82%B5

Code

MD5
453e70206f70501cf7f9cb0c08342dd6
Sha1
acae792ceeeea000a7c8ce6ed2ccf9ced7744bcd
Base64
6YK1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u90B5';
console.log(char);  // Output: 邵

Java:

char c = '\u90B5';
System.out.println(c);  // Output: 邵

JSON:

{"text": "\u90B5"}  // Value: 邵

Python:

char = '\u90B5'
print(char)  # Output: 邵

Perl:

my $char = "\x{90B5}";
print $char;  # Output: 邵

PHP:

$char = "\x{90B5}";
echo $char;  // Output: 邵

Ruby:

char = "\u{90B5}"
puts char  # Output: 邵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#37045;</p>  <!-- Display: 邵 -->

HTML Hexadecimal:

<p>HTML hex: &#x90B5;</p>  <!-- Display: 邵 -->

URL Encoding:

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

Encodings

MD5:

453e70206f70501cf7f9cb0c08342dd6

SHA1:

acae792ceeeea000a7c8ce6ed2ccf9ced7744bcd

Base64:

6YK1