Unicode Finder

"抷" U+62B7(CJK UNIFIED IDEOGRAPH-62B7)

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

Programming

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

Web

CSS
\0062B7
HtmlDecimal
抷
HtmlHexadecimal
抷
Url
%E6%8A%B7

Code

MD5
db6259990fa235deafa58f916c0f100c
Sha1
f4ca1aa13bf007d4a2cefbaef222f2cd440263f0
Base64
5oq3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u62B7';
console.log(char);  // Output: 抷

Java:

char c = '\u62B7';
System.out.println(c);  // Output: 抷

JSON:

{"text": "\u62B7"}  // Value: 抷

Python:

char = '\u62B7'
print(char)  # Output: 抷

Perl:

my $char = "\x{62B7}";
print $char;  # Output: 抷

PHP:

$char = "\x{62B7}";
echo $char;  // Output: 抷

Ruby:

char = "\u{62B7}"
puts char  # Output: 抷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25271;</p>  <!-- Display: 抷 -->

HTML Hexadecimal:

<p>HTML hex: &#x62B7;</p>  <!-- Display: 抷 -->

URL Encoding:

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

Encodings

MD5:

db6259990fa235deafa58f916c0f100c

SHA1:

f4ca1aa13bf007d4a2cefbaef222f2cd440263f0

Base64:

5oq3