Unicode Finder

"苷" U+82F7(CJK UNIFIED IDEOGRAPH-82F7)

U+82F7
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-82F7

Programming

C
\u82F7
JavaScript
\u82F7
Java
\u82F7
Json
\u82F7
Python
\u82F7
Perl
\x{82F7}
PHP
\x{82F7}
Ruby
\u{82F7}
Rust
\u{82F7}
Go
\u82F7

Web

CSS
\0082F7
HtmlDecimal
苷
HtmlHexadecimal
苷
Url
%E8%8B%B7

Code

MD5
e32418c3de01665f29018f405371c578
Sha1
920ba1c0643927651dd647c1078ce316b5019535
Base64
6Iu3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u82F7';
console.log(char);  // Output: 苷

Java:

char c = '\u82F7';
System.out.println(c);  // Output: 苷

JSON:

{"text": "\u82F7"}  // Value: 苷

Python:

char = '\u82F7'
print(char)  # Output: 苷

Perl:

my $char = "\x{82F7}";
print $char;  # Output: 苷

PHP:

$char = "\x{82F7}";
echo $char;  // Output: 苷

Ruby:

char = "\u{82F7}"
puts char  # Output: 苷

Rust:

let c = '\u{82F7}';
println!("{}", c);  // Output: 苷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0082F7";  /* Display: 苷 */
}

HTML Decimal:

<p>HTML decimal: &#33527;</p>  <!-- Display: 苷 -->

HTML Hexadecimal:

<p>HTML hex: &#x82F7;</p>  <!-- Display: 苷 -->

URL Encoding:

// 苷 URL encoding
https://unicodefinder.com/search.php?query=%E8%8B%B7

Encodings

MD5:

e32418c3de01665f29018f405371c578

SHA1:

920ba1c0643927651dd647c1078ce316b5019535

Base64:

6Iu3