Unicode Finder

"抰" U+62B0(CJK UNIFIED IDEOGRAPH-62B0)

U+62B0
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-62B0

Programming

C
\u62B0
JavaScript
\u62B0
Java
\u62B0
Json
\u62B0
Python
\u62B0
Perl
\x{62B0}
PHP
\x{62B0}
Ruby
\u{62B0}
Rust
\u{62B0}
Go
\u62B0

Web

CSS
\0062B0
HtmlDecimal
抰
HtmlHexadecimal
抰
Url
%E6%8A%B0

Code

MD5
c22a84cdef5dc2eca8ea2585d9f778a7
Sha1
eb5a10fe858ddb4c163244b7919b7b58a69568c1
Base64
5oqw

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u62B0';
console.log(char);  // Output: 抰

Java:

char c = '\u62B0';
System.out.println(c);  // Output: 抰

JSON:

{"text": "\u62B0"}  // Value: 抰

Python:

char = '\u62B0'
print(char)  # Output: 抰

Perl:

my $char = "\x{62B0}";
print $char;  # Output: 抰

PHP:

$char = "\x{62B0}";
echo $char;  // Output: 抰

Ruby:

char = "\u{62B0}"
puts char  # Output: 抰

Rust:

let c = '\u{62B0}';
println!("{}", c);  // Output: 抰

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0062B0";  /* Display: 抰 */
}

HTML Decimal:

<p>HTML decimal: &#25264;</p>  <!-- Display: 抰 -->

HTML Hexadecimal:

<p>HTML hex: &#x62B0;</p>  <!-- Display: 抰 -->

URL Encoding:

// 抰 URL encoding
https://unicodefinder.com/search.php?query=%E6%8A%B0

Encodings

MD5:

c22a84cdef5dc2eca8ea2585d9f778a7

SHA1:

eb5a10fe858ddb4c163244b7919b7b58a69568c1

Base64:

5oqw