Unicode Finder

"抲" U+62B2(CJK UNIFIED IDEOGRAPH-62B2)

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

Programming

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

Web

CSS
\0062B2
HtmlDecimal
抲
HtmlHexadecimal
抲
Url
%E6%8A%B2

Code

MD5
a6dcf835a38ea6360697828971cd2414
Sha1
c174f95cd752a809ba8bce2bf3a2be3d6c14b2c9
Base64
5oqy

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u62B2';
console.log(char);  // Output: 抲

Java:

char c = '\u62B2';
System.out.println(c);  // Output: 抲

JSON:

{"text": "\u62B2"}  // Value: 抲

Python:

char = '\u62B2'
print(char)  # Output: 抲

Perl:

my $char = "\x{62B2}";
print $char;  # Output: 抲

PHP:

$char = "\x{62B2}";
echo $char;  // Output: 抲

Ruby:

char = "\u{62B2}"
puts char  # Output: 抲

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25266;</p>  <!-- Display: 抲 -->

HTML Hexadecimal:

<p>HTML hex: &#x62B2;</p>  <!-- Display: 抲 -->

URL Encoding:

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

Encodings

MD5:

a6dcf835a38ea6360697828971cd2414

SHA1:

c174f95cd752a809ba8bce2bf3a2be3d6c14b2c9

Base64:

5oqy